NFloat.Atan(NFloat) Methode

Definition

Berechnet den Arc-Tangens eines Werts.

public:
 static System::Runtime::InteropServices::NFloat Atan(System::Runtime::InteropServices::NFloat x) = System::Numerics::ITrigonometricFunctions<System::Runtime::InteropServices::NFloat>::Atan;
public static System.Runtime.InteropServices.NFloat Atan (System.Runtime.InteropServices.NFloat x);
static member Atan : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Atan (x As NFloat) As NFloat

Parameter

x
NFloat

Der Wert in Bogenmaßen, dessen Bogentangente berechnet werden soll.

Gibt zurück

Der Bogentangente von x.

Implementiert

Hinweise

Dies arctan(x) wird in den Intervallradien [-π / 2, +π / 2] berechnet.

Gilt für: