rndtol

fnlong rndtol(float x) @nogc nothrow @safe pure

Returns 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.

fnlong rndtol(double x) @nogc nothrow @safe pure
No documentation available for this declaration.
fnlong rndtol(real x) @nogc nothrow @safe pure
No documentation available for this declaration.