home *** CD-ROM | disk | FTP | other *** search
/ PC Open 13 / pcopen13.iso / Zip / SM34A.ZIP / LIBRARY / ACSC.LI < prev    next >
Encoding:
Text File  |  1993-09-15  |  83 b   |  4 lines

  1. acsc(0) := undefined
  2. acsc(1) := pi/2
  3. acsc(x_) := if(isnumber(x), pi/2-asin(x))
  4.