[comp.lang.modula2] MathLib0 source

HARV@KSUVAX1.BITNET (Harvard Townsend) (10/19/87)

Does someone have a public domain copy of the source for MathLib0 they
can send me?  I am particularly interested in a 32-bit version (one I
have seen in the past was heavily dependent on 16-bit words).  Thanks.
______________________________________
Harvard Townsend, Systems Manager
Dept. of Computing & Information Sciences
Kansas State University, Manhattan, KS 66506   (913)532-6350
CSNET:  harv@kansas-state -or- harv@ksu.edu
BITNET: harv@ksuvax1.bitnet -or- harv%ksuvax1.bitnet@WISCVM.WISC.EDU
UUCP:   ihnp4!wnuxa!ksuvax1!harv
AT&T Mail: attmail!htownsend

BOTCHAIR@UOGUELPH.BITNET (Alex Bewley) (10/20/87)

   If you can dig the emulator out of a C library, you have a machine language
math library.  Write a module to call the appropriate section of machine code.
   Why this weird suggestion?  Because in my LogiTech sources it is all 8087
code (CODE keyword), and if an 8087 is installed it is called, otherwise the
emulator comes into play.

      Alex Bewley