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