Go to: Return value. Related commands.

Synopsis

log <float>

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 commands

pow, sqrt, exp