Method Call Returns Math.pow(a, b) a raised to the b power (ab) Math.exp(a) e raised to the a power (ea) Math.floor(a) a rounded down Math.ceil(a) a rounded up Math.round(a) a rounded to the nearest digit Math.max(a, b, c...) Maximum of the set a, b, c
Related Scripts with Example Source Code in same category :