log
Calculates the natural logarithm of N
expressed as a float. If N
<= 0.0
, then a warning is output and NULL
is returned.
FLOAT log(NUMBER
N
)
Expression | Result |
---|---|
|
0.000000 |
|
1.000000 |
|
2.000000 |
|
2.000000 |
|
NULL |