Double.ExpM1(Double) Yöntem

Tanım

E Belirli bir güce yükseltilen ve çıkarılan hesaplamalar.

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

Parametreler

x
Double

Yükseltilen E güç.

Döndürülenler

Ex - 1

Uygulamalar

Şunlara uygulanır