Sdílet prostřednictvím


Half.Atan(Half) Metoda

Definice

Vypočítá arkus tangens hodnoty.

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

Parametry

x
Half

Návraty

Half

Arkuštový tangens .x

Implementuje

Poznámky

To se vypočítá arctan(x) v intervalu [-π / 2, +π / 2] radiánů.

Platí pro