command
(MEL)
Only available in MEL
log
Go to:
Synopsis
.
Return value
.
Related
.
Synopsis
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.
Return value
float
Related
exp
,
pow
,
sqrt