home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS - Coast to Coast
/
simteldosarchivecoasttocoast2.iso
/
calculat
/
sm30a.zip
/
ACOS.(X)
< prev
next >
Wrap
Text File
|
1993-10-16
|
164b
|
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) )