Math.pow

From Data Realms Wiki

(Difference between revisions)
Jump to: navigation, search
71.237.89.97 (Talk)
(fixing typo in arguments)

Latest revision as of 02:21, 25 April 2010

Function
Syntaxmath.pow( number x, number y )
Description:
Returns xy. (You can also use the expression x^y to compute this value.)
Returnsnumber Number




Example
DescriptionPlaceholder!
Code
  1. for k,v in pairs(PagesWithoutExamples) do
  2.     v.MakeExample(NoErrors);
  3. end
OutputPlaceholder!
Personal tools