home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / sci / electron / 18543 < prev    next >
Encoding:
Text File  |  1992-11-08  |  1.2 KB  |  46 lines

  1. Newsgroups: sci.electronics
  2. Path: sparky!uunet!spool.mu.edu!uwm.edu!ux1.cso.uiuc.edu!news.cso.uiuc.edu!ehsn2.cen.uiuc.edu!rg9538
  3. From: rg9538@ehsn2.cen.uiuc.edu (Ronald E Garnett)
  4. Subject: 68HC11 Floating Point Routines
  5. Message-ID: <BxDpBv.JyH@news.cso.uiuc.edu>
  6. Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
  7. Organization: University of Illinois at Urbana
  8. Date: Sun, 8 Nov 1992 03:50:17 GMT
  9. Lines: 35
  10.  
  11.  
  12.  
  13. Help!  I'm looking for a library of assembly routines for floating point.
  14. I don't have time to write them myself.  I have access to a C compiler
  15. which has a floating point library, but the code size is (relatively)
  16. enormous.  Also, if anyone has any great ways to convert a floating
  17. point to a string, please tell me.  I devised a way using floating
  18. point log10() and pow10().  pow10(x) simply raise 10 to a power of X.
  19. This works, but is probably not optimal.
  20.  
  21.     if (preference == E-Mail) {
  22.     
  23.         Address = rg9538@ewshp.cen.uiuc.edu;
  24.  
  25.         send( mail, address);
  26.  
  27.     } else {
  28.  
  29.         post( message, group );
  30.  
  31.     }
  32.  
  33.  
  34. Regards,
  35.  
  36. Ron Garnett
  37.  
  38. University of Illinois at Urbana-Champaign
  39. (Every time i write that, I get thirsty for some reason)
  40.  
  41.  
  42.  
  43.  
  44. P.S.  Is there a 68HC11 group out there? Methinks there should be!
  45.  
  46.