The OpenD Programming Language

rndtol

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.

  1. alias rndtol = llroundf
  2. alias rndtol = llround
    import core.math;
    version(LDC)
    @nogc nothrow @safe pure
    alias rndtol = llround
  3. alias rndtol = llroundl

Meta