Half.LogP1(Half) Metod

Definition

Beräknar den naturliga (base-E) logaritmen för ett värde plus ett.

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

Parametrar

x
Half

Värdet som läggs till innan den naturliga logaritmen beräknas.

Returer

loge(x + 1)

Implementeringar

Gäller för