NFloat.Atan(NFloat) Método

Definição

Calcula o arco tangente de um 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

O valor, em radianos, cuja tangente de arco deve ser computada.

Retornos

A tangente do arco de x.

Implementações

Comentários

Isso computa arctan(x) no intervalo [-π / 2, +π / 2] radianos.

Aplica-se a