home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / MISC / IFP05.ZIP / FPMATH.EXE / LINEAR.EXE / %IMPORT < prev    next >
Encoding:
Text File  |  1987-02-09  |  162 b   |  8 lines

  1. FROM /sys IMPORT
  2.    apndl,apndr,cat,distr,distl,id,iota,length,tl,trans;
  3.  
  4. FROM /math/arith IMPORT
  5.    +,-,*,%,exp,ln,sum;
  6.  
  7. FROM /math/logic IMPORT =,null;
  8.