Log: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
'''LOG''' internal function returns the natural logarithm of its argument. The argument must be a positive number. | |||
00010 print LOG(2.718) | |||
produces the following output: | |||
0.999896 | |||
<noinclude> | |||
[[Category:Internal Functions]] | |||
</noinclude> |
Revision as of 11:11, 17 January 2012
LOG internal function returns the natural logarithm of its argument. The argument must be a positive number.
00010 print LOG(2.718)
produces the following output:
0.999896