MathObject.atan(Double) Methode

Definitie

Berekent de inverse tangens van het opgegeven getal.

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

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

Parameters

x
Double

Het getal voor het berekenen van de inverse tangens van.

Retouren

De inverse tangens van x, gemeten in radialen.

Kenmerken

Van toepassing op

Zie ook