MathObject::exp Method (Double)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Calculates the number e to the raised specified power, where e is Euler's constant, the base of the natural logarithm.

Namespace:   Microsoft.JScript
Assembly:  Microsoft.JScript (in Microsoft.JScript.dll)

public:
[JSFunctionAttribute(JSFunctionAttributeEnum::None, JSBuiltin::Math_exp)]
static double exp(
	double x
)

Parameters

x
Type: System::Double

The power to raise e to.

Return Value

Type: System::Double

The number e raised to the x power.

.NET Framework
Available since 1.1
Return to top
Show: