next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 website
Macaulay2Doc
::
cos
cos -- compute the cosine
Synopsis
Usage:
cos x
cos I
Inputs:
x
,
a
real number
I
,
a
real interval
Outputs:
a
real number
, the cosine of
x
a
real interval
, an interval containing the cosines of points of
I
Description
i1 : cos 2 o1 = -.416146836547142 o1 : RR (of precision 53)
Ways to use
cos
:
"cos(CC)"
"cos(QQ)"
"cos(RR)"
"cos(RRi)"
"cos(ZZ)"
For the programmer
The object
cos
is
a
compiled function
.