Difference between revisions of "Math.pow"
From OpenEUO
(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.)") |
|||
| Line 2: | Line 2: | ||
Returns x raised to the power of y. (You can also use the expression x^y to compute this value.) | Returns x raised to the power of y. (You can also use the expression x^y to compute this value.) | ||
| + | |||
| + | [[Math.exp]] | ||
| + | |||
| + | [[Math.fmod]] | ||
| + | |||
| + | [[Math.frexp]] | ||
| + | |||
| + | [[Math.huge]] | ||
| + | |||
| + | [[Math.ldexp]] | ||
| + | |||
| + | [[Math.log]] | ||
| + | |||
| + | [[Math.log10]] | ||
| + | |||
| + | [[Math.modf]] | ||
| + | |||
| + | [[Math.pi]] | ||
| + | |||
| + | [[Math.sqrt]] | ||
| + | |||
| + | [[String.format]] | ||
| + | |||
| + | [[Tonumber]] | ||
| + | |||
| + | [[Tostring]] | ||
Latest revision as of 14:30, 9 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.)