Calculates the natural log of input.
1 – Input
A signed number.
2 – Output
A signed number of type G-floating.
3 – Example
DTR> PRINT FN$LN (36) FN$LN 3.5835E+00 DTR>