Package: C
C
C reference: atan2f
atan2f
func atan2f(y: float32, x: float32) -> float32;
atan2
Computes arc tangent, using signs to determine quadrants.
atanf
Computes arc tangent.
On this page