Turtle, Observer, Patch
log
number base
Parameters:
number
Number
number of which you want the log
base
Number
base of the log
Description:
Math function. Returns the log of
number
according to specified
base
.
Examples:
log 100 10
returns
2
Related Commands:
ln