Log
From GECK
A function included in the GECK for Fallout 3.
Contents
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
Log x:int y:int (optional)
Example
log x ; will return, ln x
log x y ; will return, log base y of x