Navigation :
log
log, function
def const dash autodiff pure log(a: number): number
Returns the natural logarithm of a.
Examples
show table "log(4.2)" with
log(4.2) as "Value"
This produces the following table:
Errors
log fails when a is not strictly positive.
See also