Math.pow

From OpenEUO
Revision as of 21: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.)")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
math.pow (x, y)

Returns x raised to the power of y. (You can also use the expression x^y to compute this value.)