fmod v0.1.0
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
Package: C
C reference: fmod
func fmod(x: float64, y: float64) -> float64;
C — the package overview