Difference between revisions of "Math.pow"

From OpenEUO
Jump to: navigation, search
(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.)")
(No difference)

Revision as of 20:21, 7 October 2010

math.pow (x, y)

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