home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / ibm / pc / hardware / 22325 < prev    next >
Encoding:
Text File  |  1992-08-20  |  1.5 KB  |  43 lines

  1. Path: sparky!uunet!zephyr.ens.tek.com!uw-beaver!ubc-cs!destroyer!gumby!wupost!sdd.hp.com!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!udecc.engr.udayton.edu!blackbird.afit.af.mil!ddyer
  2. From: ddyer@afit.af.mil (Douglas E. Dyer)
  3. Newsgroups: comp.sys.ibm.pc.hardware
  4. Subject: Do DEE ONE SYSTEMS 486 MBs bomb on FP errors?
  5. Message-ID: <1992Aug21.010251.6349@afit.af.mil>
  6. Date: 21 Aug 92 01:02:51 GMT
  7. Sender: news@afit.af.mil
  8. Organization: Air Force Institute of Technology
  9. Lines: 31
  10. Nntp-Posting-Host: wa10.afit.af.mil
  11.  
  12. I'm looking for a 486DX-33 motherboard, and the best price I can find
  13. is DEE ONE SYSTEMS (p. 926, Aug 92 Computer Shopper: $486).  However,
  14. some 486 motherboards don't handle floating point errors correctly,
  15. and I'd like to get one that does.  
  16.  
  17. If you have one, can you tell me if the following C program returns a
  18. floating point error or hangs the system (one of these things will
  19. happen)? 
  20.  
  21. -------  Clip Here ----------------------------
  22.  
  23. main(){
  24.         double d;
  25.  
  26.         d = 0.0;
  27.         d = 1.0 / d; 
  28. }
  29.  
  30. -------  Clip Here ----------------------------
  31.  
  32. Thanks,
  33.  
  34. Doug Dyer                        /\    
  35. PhD Student, Computer Engineering/AI Planning    /\/  \     BSD/386 User
  36. Air Force Institute of Technology, WPAFB OH     /  \   \    (Beta 0.3.3)
  37. ========================================================================
  38. -- 
  39. Doug Dyer                        /\    
  40. PhD Student, Computer Engineering/AI Planning    /\/  \     BSD/386 User
  41. Air Force Institute of Technology, WPAFB OH     /  \   \    (Beta 0.3.3)
  42. ========================================================================
  43.