IExponentialFunctions<TSelf>.Exp(TSelf) Method

Definition

Computes E raised to a given power.

public:
 static TSelf Exp(TSelf x);
public static abstract TSelf Exp (TSelf x);
static member Exp : 'Self -> 'Self
Public Shared Function Exp (x As TSelf) As TSelf

Parameters

x
TSelf

The power to which E is raised.

Returns

TSelf

E raised to the power of x.

Applies to