ceil(x)

Returns the smallest integer bigger than real number x.


See also floor abs fix sign 


Example


ceil( 3.4 )

4.0000