Half.Exp2M1(Half) Method

Definition

Computes 2 raised to a given power and subtracts one.

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

Parameters

x
Half

The power to which 2 is raised.

Returns

2x - 1

Implements

Applies to