Returns the cosine of its argument.
cos
// Create a sequence starting at 0 and increasing by pi/4 x = seqa(0, pi/4, 5); y = cos(x);
0.0000 1.0000 0.7854 0.7071 x = 1.5708 y = 0.0000 2.3562 -0.7071 3.1416 -1.0000
See also
Functions atan(), atan2(), pi()
atan()
atan2()
pi()