home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / c / 16936 < prev    next >
Encoding:
Text File  |  1992-11-20  |  1.1 KB  |  33 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!noc.near.net!newshost.cc.williams.edu!93jay
  3. From: 93jay@williams.edu (Jonathan Young)
  4. Subject: PD Floating Point code?
  5. Message-ID: <1992Nov21.060458.10929@williams.edu>
  6. Sender: usenet@williams.edu (USENET News Administrator)
  7. Organization: Williams College, Williamstown, MA
  8. Date: Sat, 21 Nov 1992 06:04:58 GMT
  9. Lines: 22
  10.  
  11. I need to write my own software floating point routines for use on the
  12. HP 95 palmtop computer. A quirk of the operating system prevents the
  13. use of the microsoft or borland libraries even though it is nominally
  14. an MSDOS system. 
  15.  
  16. I will most likely have to write my own routines in assembly or C for
  17. standard and extended math functions for high accuracy floating point
  18. numbers.
  19.  
  20. Are there resources on this sort of thing? I don't generally mind a
  21. little re-inventing the wheel in moderation, but I really don't want
  22. to have to work out all new ways of getting hyperbolic tangents etc...
  23.  
  24. I don't really speak 8088 assembly, but the trasition from 6800
  25. shouldn't be too hard... right? right?
  26.  
  27. Aggg this all seemed much simpler on the back of that napkin.
  28.  
  29.  
  30. Jonathan Young
  31. Williams College
  32.  
  33.