home *** CD-ROM | disk | FTP | other *** search
/ PC Open 11 / pcopen11.iso / Zipped / SM34A.ZIP / LIBRARY / ACOS.LI < prev    next >
Encoding:
Text File  |  1993-10-16  |  164 b   |  6 lines

  1. #    acos(x) is the arc cosine function of x, the inverse function of 
  2. #    cos(x).
  3. #    See also: cos(x)
  4.  
  5. acos(x_) := if ( isnumber(x) and numeric==on, -i*acosh(x) )
  6.