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 * π)

適用於