Math.pow
From OpenEUO
Revision as of 20:21, 7 October 2010 by 76.184.213.234 (Talk) (Created page with " math.pow (x, y) Returns x raised to the power of y. (You can also use the expression x^y to compute this value.)")
math.pow (x, y)
Returns x raised to the power of y. (You can also use the expression x^y to compute this value.)