next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 website
Macaulay2Doc
::
acot
acot -- compute the inverse cotangent
Synopsis
Usage:
acot x
Inputs:
x
,
a
real number
Outputs:
a
real number
, the arccotangent (in radians) of
x
Description
i1 : acot 2 o1 = .463647609000806 o1 : RR (of precision 53)
Ways to use
acot
:
"acot(Number)"
For the programmer
The object
acot
is
a
method function
.