home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume10 / ifp / part01 / fproot / math / linear / %IMPORT < prev    next >
Encoding:
Text File  |  1987-07-05  |  154 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.