| command (MEL) |
Only available in MEL |
log
Go to: Synopsis. Return value. Related.
log
<float>
log is undoable, queryable, and editable.
The log function returns the natural log (ln) of its argument x.
Also available:
log1p : Returns log(1 + x).
log10 : Returns the log base 10 of its argument.
To obtain a number raised to a power use the "^" operator.
float
exp, pow, sqrt
Return to Autodesk Index