ITrigonometricFunctions<TSelf>.Tan(TSelf) 方法

定义

计算值的正切值。

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

参数

x
TSelf

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

返回

TSelf

x 的正切值。

注解

这将计算 tan(x)

适用于