home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Open 11
/
pcopen11.iso
/
Zipped
/
SM34A.ZIP
/
LIBRARY
/
ACOS.LI
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-10-16
|
164 b
|
6 lines
# acos(x) is the arc cosine function of x, the inverse function of
# cos(x).
# See also: cos(x)
acos(x_) := if ( isnumber(x) and numeric==on, -i*acosh(x) )