fmodf v0.1.0
Computes remainder of the floating-point division operation.
Package: C
C reference: fmodf
Signature
func fmodf(x: float32, y: float32) -> float32;
See also
C— the package overview
Package: C
C reference: fmodf
func fmodf(x: float32, y: float32) -> float32;
C — the package overview