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)

适用于