ITrigonometricFunctions<TSelf>.TanPi(TSelf) 方法

定义

计算已被 倍数乘 pi的值的切值。

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

参数

x
TSelf

值(以半转为单位),在计算其正切之前乘以 pi 倍数。

返回

TSelf

pi以 的x正切。

注解

这将计算 tan(x * π)

适用于