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
sind
要素毎の正弦(引数の単位:度).
呼び出し手順
t=sind(x)
引数
- x
実数ベクトル/行列
- t
x
と同じ次元の実数ベクトルまたは行列
説明
x
がベクトルまたは行列の時,
sind(x)
は
引数が度単位で指定されているとして,その余弦となります.
結果は[-1 1]
の範囲となります.
n
が整数の場合, sind(n*180)
は
厳密にゼロとなります.
例
x=[0,30 45 60 90 360]; sind(x)
Report an issue | ||
<< sin | Trigonometry | sinh >> |