Double.LogP1(Double) Yöntem

Tanım

Bir değerin ve bir değerin doğal (base-E) logaritması hesaplanır.

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

Parametreler

x
Double

Doğal logaritması hesaplamadan önce eklenen değer.

Döndürülenler

loge(x + 1)

Uygulamalar

Şunlara uygulanır