ITrigonometricFunctions<TSelf>.Atan(TSelf) 方法

定义

计算值的反正切值。

public:
 static TSelf Atan(TSelf x);
public static abstract TSelf Atan (TSelf x);
static member Atan : 'Self -> 'Self
Public Shared Function Atan (x As TSelf) As TSelf

参数

x
TSelf

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

返回

TSelf

x反正切值。

注解

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

适用于