Single.ExpM1(Single) 方法

定义

计算 E 提升到给定功率并减去一个。

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

实现

适用于