MathObject.exp(Double) Methode

Definitie

Berekent het getal e tot de verhoogde macht, waarbij e de constante van Euler is, de basis van de natuurlijke logaritme.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 static double exp(double x);
[Microsoft.JScript.JSFunction((Microsoft.JScript.JSFunctionAttributeEnum) 0, Microsoft.JScript.JSBuiltin.Math_exp)]
public static double exp(double x);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.None, Microsoft.JScript.JSBuiltin.Math_exp)]
public static double exp(double x);
[<Microsoft.JScript.JSFunction((Microsoft.JScript.JSFunctionAttributeEnum) 0, Microsoft.JScript.JSBuiltin.Math_exp)>]
static member exp : double -> double
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.None, Microsoft.JScript.JSBuiltin.Math_exp)>]
static member exp : double -> double
Public Shared Function exp (x As Double) As Double

Parameters

x
Double

De macht om op te tillen e .

Retouren

Het getal e verheven tot de x macht.

Kenmerken

Van toepassing op

Zie ook