MathObject.exp(Double) Methode

Definition

Berechnet die angegebene Potenz der Zahl „e“, wobei „e“ die Eulersche Konstante und Basis des natürlichen Logarithmus darstellt.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Parameter

x
Double

Der Exponent für die Potenzierung von e.

Gibt zurück

Die Zahl „e“ hoch x.

Attribute

Gilt für:

Weitere Informationen