Log: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
m (moved Log to LOG)
No edit summary
Line 1: Line 1:
#REDIRECT [[LOG]]
'''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