Math.pow

From Data Realms Wiki

Revision as of 02:21, 25 April 2010 by 71.237.89.97 (Talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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