Edit

Share via


Double.Exp(Double) Method

Definition

Computes E raised to a given power.

C#
public static double Exp(double x);

Parameters

x
Double

The power to which E is raised.

Returns

E raised to the power of x.

Implements

Applies to

Product Versions
.NET 7, 8, 9