Double.LogP1(Double) Metod

Definition

Beräknar den naturliga (base-E) logaritmen för ett värde plus ett.

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

Parametrar

x
Double

Värdet som läggs till innan den naturliga logaritmen beräknas.

Returer

loge(x + 1)

Implementeringar

Gäller för