rndtol
fn
long rndtol(float x) @nogc nothrow @safe pureReturns x rounded to a long value using the current rounding mode. If the integer value of x is greater than long.max, the result is indeterminate.
fn
long rndtol(double x) @nogc nothrow @safe pureNo documentation available for this declaration.
fn
long rndtol(real x) @nogc nothrow @safe pureNo documentation available for this declaration.