home *** CD-ROM | disk | FTP | other *** search
- (*
- * Oberon Library Linker Cross Reference Listing:
- *
- * Library: intmathe.library
- * Version: 2
- * Revision: 12
- *)
-
- MODULE Mathe;
-
- IMPORT e := Exec;
-
- VAR
- base*: e.LibraryPtr;
-
- PROCEDURE Mathe.GGT{base,- 30}();
- PROCEDURE Mathe.KGV{base,- 36}();
- PROCEDURE Mathe.Sqrt{base,- 42}();
- PROCEDURE Mathe.Fak{base,- 48}();
- PROCEDURE Mathe.BinKoeff{base,- 54}();
- PROCEDURE Mathe.Pow{base,- 60}();
-
- END Mathe.
-