basicRound
fn
float basicRound(float x) @safe nothrow @nogcReturns the nearest integer to x using a basic cast-based implementation.
float basicRound(float x) @safe nothrow @nogcReturns the nearest integer to x using a basic cast-based implementation.