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