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)

適用於