...

log

log(a: number) 🡒 number, const autodiff pure function

Returns the natural logarithm of the specified number.

x = 4.2
y = log(x)
show scalar "" with y

See also

User Contributed Notes
0 notes + add a note