LN (Primitive Spread Function) returns the natural log of the specified number (eln = value). LN is the inverse of EXP.
SYNTAX:
LN(value)
REMARKS:
Specify a positive real number for the value argument.
EXAMPLES:
LN(B3)
LN(10)=2.3025850930
LN(EXP(1))=1