IExponentialFunctions<TSelf>.ExpM1(TSelf) Method

Definition

Computes E raised to a given power and subtracts one.

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

Parameters

x
TSelf

The power to which E is raised.

Returns

TSelf

Ex - 1

Applies to