Returns log(1+x), the logarithm of (x plus 1).
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static double Log1p(
double x
)
Public Shared Function Log1p (
x As Double
) As Double
public:
static double Log1p(
double x
)
static member Log1p :
x : float -> float
Parameters
- x
- Type: SystemDouble
A double value representing the argument.
Return Value
Type:
Double
A
double value representing Log(1+x).
Remarks See Also