Scilab 6.0.0
      
      - Scilabヘルプ
 - Elementary Functions
 - Trigonometry
 - acos
 - acosd
 - acosh
 - acoshm
 - acosm
 - acot
 - acotd
 - acoth
 - acsc
 - acscd
 - acsch
 - asec
 - asecd
 - asech
 - asin
 - asind
 - asinh
 - asinhm
 - asinm
 - atan
 - atand
 - atanh
 - atanhm
 - atanm
 - cos
 - cosd
 - cosh
 - coshm
 - cosm
 - cotd
 - cotg
 - coth
 - cothm
 - csc
 - cscd
 - csch
 - csgn
 - sec
 - secd
 - sech
 - sin
 - sinc
 - sind
 - sinh
 - sinhm
 - sinm
 - tan
 - tand
 - tanh
 - tanhm
 - tanm
 
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
cosd
要素毎の余弦(引数の単位:度)
呼び出し手順
y=cosd(x)
引数
- x
 実数ベクトル/行列
説明
ベクトルまたは行列xに角度(単位:度)が
            指定されると,
            cosd(x)は各要素の余弦となります.
            結果は [-1 1]の範囲となります.
            入力要素がn*90
            (nは奇数の整数)に等しい
            場合,結果は完全にゼロとなります.
サンプル

例
x=[0,30 45 60 90 360]; cosd(x)
参照
| Report an issue | ||
| << cos | Trigonometry | cosh >> |