Half.Atan(Half) メソッド

定義

値のアークタンジェントを計算します。

public:
 static Half Atan(Half x) = System::Numerics::ITrigonometricFunctions<Half>::Atan;
public static Half Atan (Half x);
static member Atan : Half -> Half
Public Shared Function Atan (x As Half) As Half

パラメーター

x
Half

アークタンジェントが計算されるラジアン単位の値。

戻り値

のアークタンジェント x

実装

注釈

これは、 arctan(x) 間隔 [-π / 2, +π / 2] ラジアンで計算されます。

適用対象