basicCeil
fn
float basicCeil(float x) @safe nothrow @nogcReturns the ceiling of x using a basic cast-based implementation.
float basicCeil(float x) @safe nothrow @nogcReturns the ceiling of x using a basic cast-based implementation.