home *** CD-ROM | disk | FTP | other *** search
-
- DAcos.a: Double-precission IEEE ArcCosine function.
- SAcos.a: Single-precission IEEE ArcCosine function.
- DPow.a: Double-precission IEEE Power function.
- SPow.a: Single-precission IEEE Power function.
-
- These are basic examples of the source code for these libraries. Most of
- the functions are nearly identical to the ACos() function -- just change
- the FACOS to FSIN or whatever. The Pow() functions are the only moderately
- interesting ones (I think). The code is probably confusing, owing to
- spaghetti-coding on my part, but (knock wood) they work and are fast.
-
- The code was assembled with the Lattice-supplied assembler. (I would have
- used A68k, but the latest version I can find doesn't handle coprocessor
- opcodes.)
-
- The formation into a resident library was done using SAS/C 5.10b. As far as
- I can tell, their libent.a and libinit.c code are not distributable, and so
- are not included.
-
-
-