Mol(Math Object Library) fot .Net

Overload List

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

参照