Math Class Arithmetic : Math : Development Flash / Flex / ActionScript examples


Flash / Flex / ActionScript examples » Development » Math »

 

Math Class Arithmetic


 

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 


Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


Flash / Flex / ActionScript examples

 Navioo Development
» Math