Single.LogP1(Single) Método

Definición

Calcula el logaritmo natural (base-E) de un valor más uno.

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

Parámetros

x
Single

Valor al que se agrega uno antes de calcular el logaritmo natural.

Devoluciones

loge(x + 1)

Implementaciones

Se aplica a