NFloat.AtanPi(NFloat) Método

Definición

Calcula la tangente de arco de un valor y divide el resultado por pi.

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

Parámetros

x
NFloat

Valor cuyo arco tangente se va a calcular.

Devoluciones

Arco tangente de x, dividido por pi.

Implementaciones

Comentarios

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

Se aplica a