log
Syntax:
Value
Number
log
(
Number
num)
Description:
Computes the natural logarithm of
num
.
Examples:
($b1:$b3) = log($a)
Before:
A
B
C
1
6
2
250
3
1000
4
5
6
After:
A
B
C
1
6
1.79175946922805
2
250
5.52146091786225
3
1000
6.90775527898214
4
5
6
($a1) = log($self)