Log

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Log when given a number will return the natural log of that number. Alternatively, a base can be defined by a second number.

Syntax

[help]
Log x:int y:int (optional)

Example

log x ; will return, ln x
log x y ; will return, log base y of x 

See Also