Half.LogP1(Half) Método

Definição

Calcula o logaritmo natural (base-E) de um valor mais um.

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

Parâmetros

x
Half

Retornos

Half

loge(x + 1)

Implementações

Aplica-se a