remainder
fn
float remainder(float x, float y) @trusted @safe nothrow @nogcReturns the IEEE 754 floating-point remainder of x / y.
float remainder(float x, float y) @trusted @safe nothrow @nogcReturns the IEEE 754 floating-point remainder of x / y.