Single.Exp2M1(Single) 方法

定义

2计算升至给定幂并减去一个。

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

实现

适用于