Returns the floor of floating point value <a>. This effectively rounds down Floor(2.7) == 2, Floor(3.9) == 3.
Example:
rounded_down = Floor( val )
* = mandatory