Float njRoundUp( n ) Float n
y1 = njRoundUp( 2.8f ); y2 = njRoundUp( -2.8f ); /* Result */ y1 = 3.000000 y2 = -3.000000