atan2 v0.1.0

Source
Computes arc tangent, using signs to determine quadrants.

Package: C

C reference: atan2

Signature

func atan2(y: float64, x: float64) -> float64;

See also

  • C — the package overview