home *** CD-ROM | disk | FTP | other *** search
/ PC Open 11 / pcopen11.iso / Zipped / SM34A.ZIP / LIBRARY / CSC.LI < prev    next >
Encoding:
Text File  |  1993-09-24  |  95 b   |  5 lines

  1. csc(0) := discont
  2. csc(-zero) := -inf
  3. csc(zero) := inf
  4. csc(x_) := if(isnumber(x),1/sin(x))
  5.