Navigation: Language Reference > Functions > Trigonometric >
Y = sincos(x);
Returns both the sine and cosine of x.
variables
real Y[1,2];
equations
Y = sincos(time);
Y is a vector of 2 and X is a scalar.