LOG

f = LOG (x)

Returns the natural logarithm of x.

Example:

a = exp(2)
print a       ' Output: 7.389....

b = log(a)
print b       ' Output: 2
Math
If there is insufficient information on this page and you wish learn more about LOG, please send an email to smallbasic@gmail.com. You can help to improve information about LOG by submitting a pull request, click View Source for details. Note, an offline language reference text file is also available - see the Download section.