This is a submodule of std.math.
It contains several versions of remainder calculation.
Calculates the remainder from the calculation x/y.
Breaks x into an integral part and a fractional part, each of which has the same sign as x. The integral part is stored in i.
Calculate the remainder x REM y, following IEC 60559.
See Source File std/math/remainder.d
Boost License 1.0.
Copyright The D Language Foundation 2000 - 2011.
Walter Bright, Don Clugston, Conversion of CEPHES math library to D by Iain Buclaw and David Nadlinger
This is a submodule of std.math.
It contains several versions of remainder calculation.