Required Static Methodswift-numerics 1.0.3RealModule

atan2(y:x:)

atan(y/x), with sign selected according to the quadrant of (x, y).

RealFunctions.swift:18
static func atan2(y: Self, x: Self) -> Self

See also:

  • atan()