Double.LogP1(Double) Méthode

Définition

Calcule le logarithme naturel (base-E) d’une valeur plus un.

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

Paramètres

x
Double

Retours

Double

loge(x + 1)

Implémente

S’applique à