Difference between revisions of "Pow"
Jump to navigation
Jump to search
imported>DragoonWraith (→See Also: exp) |
imported>Low Post m (added both log-functions to see also) |
||
Line 11: | Line 11: | ||
== See Also == | == See Also == | ||
* [[log]] | |||
* [[log10]] | |||
* [[exp]] | * [[exp]] | ||
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 )