home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / bit / listserv / dbasel / 1428 < prev    next >
Encoding:
Text File  |  1993-01-08  |  1.0 KB  |  27 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!howland.reston.ans.net!paladin.american.edu!auvm!WHIZBANG.WARIAT.ORG!MARK
  3. Organization: The Software Sweatshop, Cleveland, Ohio USA
  4. Message-ID: <2b4cedea.whizbang@whizbang.wariat.org>
  5. Newsgroups: bit.listserv.dbase-l
  6. Date:         Thu, 7 Jan 1993 21:58:49 EST
  7. Reply-To:     "Mark W. Schumann" <mark@whizbang.wariat.org>
  8. Sender:       "Discussion on the use of the dBase language and related
  9.               dialects" <DBASE-L@NMSUVM1.BITNET>
  10. From:         "Mark W. Schumann" <mark@WHIZBANG.WARIAT.ORG>
  11. Subject:      Re: HELP ! HELP ! Clipper bug ??????!!
  12. Lines: 13
  13.  
  14. Rolf van Gelder wrote:
  15.  
  16. > Dear Clipper Freaks,
  17. >
  18. > I stumbled across a most horrible Clipper bug (at least I
  19. > think it's a bug .....).
  20.  
  21. That's the infamous "rounding problem."  Clipper stores numerics
  22. in a 32-bit double-precision floating-point format that doesn't
  23. permit exact rendering of decimals.
  24.  
  25. Not too much you can do about it other than to deal only in
  26. whole numbers.
  27.