Ceil — ceiling
Ceil( expression )
Ceil : R -> N
Ceil( 2.1 ) = 3
Ceil( -2.1 ) = -2
Ceiling of an expression, the closest bigger number in N.