Single.Atan(Single) 方法

定义

计算值的反正切值。

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

参数

x
Single

要计算其反正切的值(以弧度为单位)。

返回

的反正切值 x

实现

注解

这将以间隔arctan(x)弧度为单位计算[-π / 2, +π / 2]

适用于