Single.Exp2M1(Single) メソッド

定義

特定の 2 累乗に対して発生した計算を行い、1 を減算します。

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

パラメーター

x
Single

発生する 2 べき乗。

戻り値

2x - 1

実装

適用対象