Single.Exp10M1(Single) メソッド

定義

特定の 10 累乗に対して計算し、1 を減算します。

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

パラメーター

x
Single

発生する 10 電力。

戻り値

10x - 1

実装

適用対象