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

実装

適用対象