IFloatingPointIeee754<TSelf>.Atan2Pi(TSelf, TSelf) メソッド

定義

2 つの値の商のアークタンジェントを計算し、結果を で pi除算します。

public:
 static TSelf Atan2Pi(TSelf y, TSelf x);
public static abstract TSelf Atan2Pi (TSelf y, TSelf x);
static member Atan2Pi : 'Self * 'Self -> 'Self
Public Shared Function Atan2Pi (y As TSelf, x As TSelf) As TSelf

パラメーター

y
TSelf

点の y 座標。

x
TSelf

点の x 座標。

戻り値

TSelf

で割った xyアークタンジェント。を で除算しますpi

注釈

これは、間隔 [-1, +1]で計算されますarctan(y / x) / π

適用対象