Single.LogP1(Single) Metoda

Definicja

Oblicza logarytm naturalny (base-E) wartości plus jeden.

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

Parametry

x
Single

Wartość, do której jest dodawana przed obliczenie logarytmu naturalnego.

Zwraca

loge(x + 1)

Implementuje

Dotyczy