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
asin
逆正弦
呼び出し手順
[t]=asin(x)
引数
- x
実数または複素数の配列/行列
- t
実数または複素数の配列/行列
説明
t のエントリは,
xの対応するエントリの逆正弦となります.
定義域は, [-1, 1] です.
サンプル

例
A=[1,2;3,4] sin(asin(A))
| Report an issue | ||
| << asech | Trigonometry | asind >> |