Log: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
''' | |||
You may be looking for [[Logging]]. | |||
The '''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. | |||
LOG(<positive number>) | |||
The argument must be a positive number. | The argument must be a positive number. |
Latest revision as of 17:05, 2 July 2014
You may be looking for Logging.
The 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.
LOG(<positive number>)
The argument must be a positive number.
00010 print LOG(2.718)
produces the following output:
0.999896
However,
00010 print LOG(-3)
produces an error