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