Single.Log10P1(Single) Metoda

Definice

Vypočítá dekadický logaritmus hodnoty plus jedna.

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

Parametry

x
Single

Hodnota, ke které se přidá před výpočtem logaritmu základu 10.

Návraty

log10(x + 1)

Implementuje

Platí pro