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
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