Freigeben über


Double.Exp2M1(Double) Methode

Definition

Berechnet 2 auf eine bestimmte Potenz ausgelöst und subtrahiert eine.

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

Parameter

x
Double

Die Macht, auf die 2 angehoben wird.

Gibt zurück

2x - 1

Implementiert

Gilt für: