Turtle, Observer, Patch
ln
number
Parameters:
number
Number
number of which you want the natural log
Description:
Returns the natural logarithm of
number
.
Examples:
ln 1
returns
0
ln e
returns
1
ln -2
returns
NaN
(the error message Not a Number)
Related Commands:
e
exp
log