XLPack
6.1
Excel Worksheet Function Numerical Library Reference Manual
Loading...
Searching...
No Matches
C4. Elementary functions (transcendental functions)
WExpm1
WLog1p
◆
WLog1p()
Function WLog1p
(
X As
Double
)
ln(1 + x)
Purpose
WLog1p computes ln(1 + x). It may be more accurate than using Log(1 + X) when x is near 0.
Returns
ln(1 + x).
Parameters
[in]
X
Argument x (X > -1)
Generated by
1.9.6