Log

From BR Wiki
Revision as of 20:05, 26 January 2012 by Mikhail.zheleznov (talk | contribs)
Jump to navigation Jump to search

LOG internal function returns the natural logarithm of its argument. This is like the LN(X) function in mathematics. Do not confuse the BR LOG with the mathematical LOG base 10.

The argument must be a positive number.

00010 print LOG(2.718)

produces the following output:

0.999896
00010 print LOG(-3)

produces an error