Returns the ceiling of floating point value <a>. This effectively rounds up Ceil(2.7) == 3, Ceil(3.9) == 4.
Example:
rounded_down = Floor( val )
* = mandatory