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)

適用対象