atan

Computes arc-tangent of the given value.

version(DigitalMars)
@safe @nogc nothrow pure @safe @nogc nothrow pure
T
atan
(
T
)
(
T x
)

Parameters

x T

The value

Return Value

Type: T

The arc-tangent of x.

Meta