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
cos
余弦関数
呼び出し手順
[y]=cos(x)
引数
- x
実数または複素数のベクトル/行列
説明
ベクトルまたは行列の場合, cos(x)
はその要素の
余弦です.行列の余弦の場合はcosm(X)
関数を使用してください.
サンプル
例
x=[0,1,%i] acos(cos(x))
Report an issue | ||
<< atanh | Trigonometry | cosd >> |