LN1P(x)
x: positive number
LN1P calculates LN(1+x) but yielding a higher precision than evaluating LN(1+x).
If x ≤ -1, LN returns #NUM! error.
This function is Excel compatible.
EXP, LN, EXPM1.