I think Rothgar used int() in his threat meter if you want an example.
- int(NUMBER) - Returns only the integer value of NUMBER.
- abs(NUMBER) - Returns the absolute value of NUMBER.
- ceil(NUMBER) - Returns the next highest integer value.
- floor(NUMBER) - Returns the next lowest integer value.