ITrigonometricFunctions<TSelf>.Atan(TSelf) Methode

Definition

Berechnet den Arc-Tangens eines Werts.

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

Parameter

x
TSelf

Der Wert im Bogenmaß, dessen Bogentangente berechnet werden soll.

Gibt zurück

TSelf

Der Bogentangente von x.

Hinweise

Dies arctan(x) wird im Intervallradier [-π / 2, +π / 2] berechnet.

Gilt für: