atan2f v0.1.0

Source
Computes arc tangent, using signs to determine quadrants.

Package: C

C reference: atan2f

Signature

func atan2f(y: float32, x: float32) -> float32;

See also

  • C — the package overview