Double.Exp10M1(Double) Yöntem

Tanım

Belirli bir güce yükseltilen hesaplamalar 10 birini çıkarır.

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

Parametreler

x
Double

10 Güç yükseltilir.

Döndürülenler

10x - 1

Uygulamalar

Şunlara uygulanır