fmodf v0.1.0

Source
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