Difference between revisions of "Pow"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
(Changed categories)
imported>Low Post
m (added both log-functions to see also)
 
(One intermediate revision by one other user not shown)
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 ==
* [[log]]
* [[log10]]
* [[exp]]


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

Latest revision as of 19:15, 23 June 2009

A command for Oblivion Script Extender

Syntax:

pow [base] [exponent]

Returns the base raised to the exponent's power.

Example[edit | edit source]

set n to ( pow x y )

See Also[edit | edit source]