Math
Adds to the existing math module
floor: Extend to take the number of decimal places
n: number
[p]: number of decimal places to truncate to [0]
returns
r: n truncated to p decimal places
round: Round a number to p decimal places
n: number
[p]: number of decimal places to truncate to [0]
returns
r: n to p decimal places