remainderf v0.1.0

Source
Computes signed remainder of the floating-point division operation.

Package: C

C reference: remainderf

Signature

func remainderf(x: float32, y: float32) -> float32;

See also

  • C — the package overview