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
acosd
要素毎の逆余弦, 結果は度.
呼び出し手順
t=acosd(x)
引数
- x
実数または複素数のベクトルまたは行列.
- t
実数または複素数のベクトルまたは行列.
説明
t
の要素は,
x
の各エントリの
逆余弦(単位:度)となります(t=acos(x)*180/%pi).
実数の入力データは[-1, 1]
の範囲です.
結果は実数で[0 180].
の範囲となります.
サンプル
Report an issue | ||
<< acos | Trigonometry | acosh >> |