Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
acos
要素毎の逆余弦(rad)
呼び出し手順
t = acos(x)
引数
- x
実数または複素数のベクトルまたは行列
- t
実数または複素数のベクトルまたは行列
説明
t
の要素は,
x
の対応するエントリの逆余弦となります.
定義域は[-1, 1]となります.
サンプル
例
x=[1,%i,-1,-%i] cos(acos(x))
Report an issue | ||
<< Matrix-wise processing | Trigonometry | acosd >> |