Half.ExpM1(Half) Method

Definition

Computes E raised to a given power and subtracts one.

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

Parameters

x
Half

The power to which E is raised.

Returns

Ex - 1

Implements

Applies to