Required Static Methodswift-numerics 1.0.3RealModule
atan2(y:x:)
atan(y/x)
, with sign selected according to the quadrant of (x, y)
.
static func atan2(y: Self, x: Self) -> Self
See also:
atan()
atan(y/x)
, with sign selected according to the quadrant of (x, y)
.
static func atan2(y: Self, x: Self) -> Self
atan()