IExponentialFunctions<TSelf>.ExpM1(TSelf) 方法

定义

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

public:
 static override TSelf ExpM1(TSelf x);
public static virtual TSelf ExpM1 (TSelf x);
static member ExpM1 : 'Self -> 'Self
Public Shared Overrides Function ExpM1 (x As TSelf) As TSelf

参数

x
TSelf

所引发的 E 幂。

返回

TSelf

Ex - 1

适用于