Difference between revisions of "Pow"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>DragoonWraith
(OBSE)
 
imported>Low Post
m (added both log-functions to see also)
 
(2 intermediate revisions by 2 users 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 )


[[Category: OBSE Functions]]
== See Also ==
[[Category:OBSE_Math_Functions]]
* [[log]]
* [[log10]]
* [[exp]]
 
[[Category: Functions]]
[[Category: Functions (OBSE)]]
[[Category:Math_Functions]]
[[Category:Math_Functions (OBSE)]]

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]