NFloat.Atan(NFloat) Yöntem

Tanım

Bir değerin ark tanjantını hesaplar.

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

Parametreler

x
NFloat

Yay tanjantının hesaplanması gereken radyan cinsinden değer.

Döndürülenler

öğesinin ark tanjantını xoluşturur.

Uygulamalar

Açıklamalar

Bu işlem aralık [-π / 2, +π / 2] radyan cinsinden hesaplanırarctan(x).

Şunlara uygulanır