Double.LogP1(Double) Method

Definition

Computes the natural (base-E) logarithm of a value plus one.

public:
 static double LogP1(double x) = System::Numerics::ILogarithmicFunctions<double>::LogP1;
public static double LogP1 (double x);
static member LogP1 : double -> double
Public Shared Function LogP1 (x As Double) As Double

Parameters

x
Double

The value to which one is added before computing the natural logarithm.

Returns

loge(x + 1)

Implements

Applies to