NFloat.Atan(NFloat) Método

Definición

Calcula la tangente de arco de un valor.

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

Parámetros

x
NFloat

Valor, en radianes, cuyo arco-tangente se va a calcular.

Devoluciones

Arco tangente de x.

Implementaciones

Comentarios

Esto calcula arctan(x) en el intervalo [-π / 2, +π / 2] radianes.

Se aplica a