Single.Exp(Single) Method

Definition

Computes E raised to a given power.

public:
 static float Exp(float x) = System::Numerics::IExponentialFunctions<float>::Exp;
public static float Exp (float x);
static member Exp : single -> single
Public Shared Function Exp (x As Single) As Single

Parameters

x
Single

The power to which E is raised.

Returns

E raised to the power of x.

Implements

Applies to