Difference between revisions of "Log"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>GhanBuriGhan
(Cat:OBSE math functions)
imported>DragoonWraith
Line 4: Line 4:
  log [float]
  log [float]


Returns the logarithm base 10 of a number.
Returns the natural logarithm of a number.


==Example==
==Example==

Revision as of 13:31, 3 August 2006

A command for Oblivion Script Extender

Syntax:

log [float]

Returns the natural logarithm of a number.

Example

set n to log n

See Also