remquof v0.1.0

Source
Computes signed remainder as well as the three last bits of the division operation.

Package: C

C reference: remquof

Signature

func remquof(x: float32, y: float32, quo: *int32) -> float32;

See also

  • C — the package overview