remquo v0.1.0

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

Package: C

C reference: remquo

Signature

func remquo(x: float64, y: float64, quo: *int32) -> float64;

See also

  • C — the package overview