nearbyint
fn
real nearbyint(real x) @safe pure nothrow @nogcRounds x to the nearest integer value, using the current rounding mode.
Unlike the rint functions, nearbyint does not raise the FE_INEXACT exception.