home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / OB3.2D2.DMS / in.adf / LibLink / Mathe / Mathe.xref < prev    next >
Encoding:
Text File  |  1992-11-02  |  428 b   |  24 lines

  1. (*
  2.  * Oberon Library Linker Cross Reference Listing:
  3.  * 
  4.  * Library:  intmathe.library
  5.  * Version:       2
  6.  * Revision:     12
  7.  *)
  8.  
  9. MODULE Mathe;
  10.  
  11. IMPORT e := Exec;
  12.  
  13. VAR
  14.   base*: e.LibraryPtr;
  15.  
  16. PROCEDURE Mathe.GGT{base,-   30}();
  17. PROCEDURE Mathe.KGV{base,-   36}();
  18. PROCEDURE Mathe.Sqrt{base,-   42}();
  19. PROCEDURE Mathe.Fak{base,-   48}();
  20. PROCEDURE Mathe.BinKoeff{base,-   54}();
  21. PROCEDURE Mathe.Pow{base,-   60}();
  22.  
  23. END Mathe.
  24.