- Found in:
- SKSE
Description
Wiki Description
Returns natural logarithm of passed argument as float value.
Caveats
CK Wiki - Notes
- Despite its name, this function returns natural logarithm of the number (ln), and not simple logarithm (log).
Parameters
floatarg1
CK Wiki Description
The float value to calculate natural logarithm from.
Examples
No human-generated examples found for this function.
Auto-Generated Example
float myFloat__arg1
float returnedValue = Math.Log(myFloat__arg1)