Scilab 6.0.2
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
asinh
双曲線逆正弦
呼び出し手順
[t]=asinh(x)
引数
- x
実数または複素数の配列/行列
- t
実数または複素数の配列/行列
説明
tのエントリは,
対応する xのエントリの双曲線逆正弦です.
定義域は ]-1,i[です.
サンプル

例
A=[1,2;2,3] sinh(asinh(A))
参照
- sinh — 双曲線正弦
| Report an issue | ||
| << asind | Trigonometry | atan >> |