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

実装

適用対象