| Method | Description | ceil |
ceil(argument)
Return nearest integer that is greater than or equal to supplied value.
|
floor |
floor(argument)
Return nearest integer that is less than or equal to supplied value.
|
random |
random()
Returns a positible number value, greater than or equal to 0 and less than 1, chosen pseudo randomly.
|
round |
round(argument)
Return supplied value rounded to the nearest integer.
|