ceil

fnreal ceil(real x) @trusted pure nothrow @nogc

Returns the value of x rounded upward to the next integer (toward positive infinity).

fndouble ceil(double x) @trusted pure nothrow @nogc

ditto

fnfloat ceil(float x) @trusted pure nothrow @nogc

ditto