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

实现

适用于