Single.ExpM1(Single) メソッド

定義

計算 E 特定の累乗に引き上げられ、1 を減算します。

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

パラメーター

x
Single

E が発生する電力。

戻り値

Ex - 1

実装

適用対象