Math.pow
From Data Realms Wiki
Revision as of 02:21, 25 April 2010 by 71.237.89.97 (Talk)
Function | |
---|---|
Syntax | math.pow( number x, number y ) |
Description: | |
Returns xy. (You can also use the expression x^y to compute this value.) | |
Returns | number Number |
Example | |
---|---|
Description | Placeholder! |
Code |
|
Output | Placeholder! |