Scilab 6.0.1
- Scilab Help
- 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 2025.0.0. This page might be outdated.
See the recommended documentation of this function
sind
sine function, argument in degree.
Syntax
t = sind(x)
Arguments
- x
a real vector or matrix.
- t
a real vector or matrix with same dimensions as
x
.
Description
For a vector or a matrix x
, sind(x)
is the sine
of its elements supposed to be given in degree. The results are in [-1 1]
.
For integers n
, sind(n*180)
is
exactly zero.
Examples
x=[0,30 45 60 90 360]; sind(x)
Report an issue | ||
<< sinc | Trigonometry | sinh >> |