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

實作

適用於