Difference between revisions of "Pow"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
(Changed categories)
imported>DragoonWraith
Line 6: Line 6:
Returns the base raised to the exponent's power.
Returns the base raised to the exponent's power.


==Example==
== Example ==


  set n to ( pow x y )
  set n to ( pow x y )
== See Also ==
* [[exp]]


[[Category: Functions]]
[[Category: Functions]]

Revision as of 20:09, 15 June 2008

A command for Oblivion Script Extender

Syntax:

pow [base] [exponent]

Returns the base raised to the exponent's power.

Example

set n to ( pow x y )

See Also