ceil
fn
real ceil(real x) @trusted pure nothrow @nogcReturns the value of x rounded upward to the next integer (toward positive infinity).
fn
double ceil(double x) @trusted pure nothrow @nogcditto
fn
float ceil(float x) @trusted pure nothrow @nogcditto