This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.

Exp

From the Oblivion ConstructionSet Wiki
Revision as of 14:31, 3 August 2006 by imported>DragoonWraith
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A command for Oblivion Script Extender

Syntax:

exp [float]

Returns e to the power of the specified number. Is the inverse function to log.

Example

set n to exp n

See Also