floor
fn
real floor(real x) @trusted pure nothrow @nogcReturns the value of x rounded downward to the next integer (toward negative infinity).
fn
double floor(double x) @trusted pure nothrow @nogcditto
fn
float floor(float x) @trusted pure nothrow @nogcditto