home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / libs / smalmath.lha / source / Source.Doc < prev    next >
Encoding:
Text File  |  1992-08-19  |  892 b   |  22 lines

  1.  
  2. DAcos.a: Double-precission IEEE ArcCosine function.
  3. SAcos.a: Single-precission IEEE ArcCosine function.
  4. DPow.a:  Double-precission IEEE Power function.
  5. SPow.a:  Single-precission IEEE Power function.
  6.  
  7. These are basic examples of the source code for these libraries. Most of
  8. the functions are nearly identical to the ACos() function -- just change
  9. the FACOS to FSIN or whatever. The Pow() functions are the only moderately
  10. interesting ones (I think). The code is probably confusing, owing to
  11. spaghetti-coding on my part, but (knock wood) they work and are fast.
  12.  
  13. The code was assembled with the Lattice-supplied assembler. (I would have
  14. used A68k, but the latest version I can find doesn't handle coprocessor
  15. opcodes.)
  16.  
  17. The formation into a resident library was done using SAS/C 5.10b. As far as
  18. I can tell, their libent.a and libinit.c code are not distributable, and so
  19. are not included.
  20.  
  21.  
  22.