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