Half.LogP1(Half) Method

Definition

Computes the natural (base-E) logarithm of a value plus one.

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

Parameters

x
Half

The value to which one is added before computing the natural logarithm.

Returns

loge(x + 1)

Implements

Applies to