remquo v0.1.0
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
Package: C
C reference: remquo
func remquo(x: float64, y: float64, quo: *int32) -> float64;
C — the package overview