home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / linux / 6807 < prev    next >
Encoding:
Internet Message Format  |  1992-07-27  |  1.3 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!mips!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!usenet.coe.montana.edu!news.u.washington.edu!serval!phys1.physics.wsu.edu!hlu
  2. From: hlu@phys1.physics.wsu.edu (Hongjiu Lu)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: localeconv()
  5. Message-ID: <1992Jul27.210929.21777@serval.net.wsu.edu>
  6. Date: 27 Jul 92 21:09:29 GMT
  7. References: <1992Jul27.124114.5363@athena.mit.edu>
  8. Sender: news@serval.net.wsu.edu (USENET News System)
  9. Organization: Washington State University
  10. Lines: 25
  11.  
  12. In article <1992Jul27.124114.5363@athena.mit.edu>, J.Jagger@sheffield-city-poly.ac.uk writes:
  13. |> Hi,
  14. |> I was messing around with locale.h and localeconv() does not
  15. |> appear to be in libc.a (or in any other .a file). I'm using the
  16. |> MCC 0.96c version if this is of any help. It is an ANSI function.
  17. |> 
  18. |> Also I ran paranoia on Linux last night (it stresses the darker
  19. |> corner of maths implementations). There were two things it found.
  20. |> 1. (-0.0-----0e00) ^ (0.0-----0e00)
  21. |>    yielded 0.0.....0e00 and not 1.0.....0e00
  22. |> 
  23. |> 2. (2.0------0e00) ^ (1.0-----0e00)
  24. |>    yielded 1.9-----9e00 and not 2.0-----0e00
  25. |>    (important in financial calculations apparantly).
  26. |> 
  27. |> Keep up the great work.
  28. |> JJ
  29. |> 
  30.  
  31. locale stuffs are taken from glibc 1.03, which is incompleted.
  32.  
  33.  
  34. -- 
  35. H.J.
  36. Gcc/libc maintainer for Linux.
  37.