Function roundDown( x )
- Description:
-
Rounds a value down to an integer value.
Formally, returns the largest (closest to positive infinity)
integer value that is not greater than the argument.
- Parameters:
-
- x (floating point)
- a value
- Return Value (integer):
x
rounded down
- Signature:
- int roundDown(double)