ITrigonometricFunctions<TSelf>.Atan(TSelf) Methode

Definitie

Berekent de boogtangens van een waarde.

public:
 static TSelf Atan(TSelf x);
public static abstract TSelf Atan(TSelf x);
static member Atan : 'Self -> 'Self
Public Shared Function Atan (x As TSelf) As TSelf

Parameters

x
TSelf

De waarde, in radialen, waarvan de boog-tangens moet worden berekend.

Retouren

TSelf

De boogtangens van x.

Opmerkingen

Dit wordt berekend arctan(x) in de interval [-π / 2, +π / 2] radialen.

Van toepassing op