home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lifeos2.zip / LIFE-1.02 / TESTS / LF / T8102.LF < prev    next >
Text File  |  1996-06-04  |  121b  |  8 lines

  1. %
  2. %        Wild_life testing
  3. %
  4. %        Overflow of numbers: undefined Functions
  5. %
  6. %
  7. testno(X) :- ( X=sqrt(-1) ; X=1/0 ; X=log(0) ).
  8.