Mol(Math Object Library) fot .Net

Overload List

  名前説明
Public methodStatic memberAtan(VectorDenseComplex)
ベクトル要素ごとの逆正接を計算します。 結果は x に上書きされます。
Public methodStatic memberAtan(VectorDenseDouble)
ベクトル要素ごとの逆正接を計算します。 結果は x に上書きされます。
Public methodStatic memberAtan(VectorDenseComplex, VectorDenseComplex)
ベクトル要素ごと逆正接を計算します。 結果は y に格納されます。 y が null または y.Count < x.Count の時は y が新規に作成されます。
Public methodStatic memberAtan(VectorDenseDouble, VectorDenseDouble)
ベクトル要素ごとの逆正接を計算します。 結果は y に格納されます。 y が null または y.Count < x.Count の時は y が新規に作成されます。

参照