MathObject::exp Method (Double)
.NET Framework (current version)
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.
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: