Scilab 6.1.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
sin
sine function
Syntax
[t] = sin(x)
Arguments
- x
a real or complex vector or matrix.
Description
For a vector or a matrix, sin(x)
is the sine of
its elements. For matrix sine use sinm(x)
function.
Sample
Examples
asin(sin([1,0,%i]))
See also
Report an issue | ||
<< sech | Trigonometry | sind >> |