atan2

Computes arc-tangent of the given value, using signs to determine quadrant.

version(DigitalMars)
@safe @nogc nothrow pure @safe pure nothrow @nogc
T
atan2
(
T
)
(
T y
,
T x
)

Parameters

y T

value

x T

value

Return Value

Type: T

The arc-tangent of y / x.

Meta