fmod v0.1.0

Source
Computes remainder of the floating-point division operation.

Package: C

C reference: fmod

Signature

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

See also

  • C — the package overview