Mol(Math Object Library) fot .Net

Overload List

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

参照