fix(x)

Returns the integer of rounding real x toward zero.


See also floor ceil abs sign 


Example


fix(3.99)

3

fix( -2.999 )

-2