home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / d / libc / libc-4.6 / libc-4 / libc-linux / libio / ldouble / README < prev   
Encoding:
Text File  |  1994-11-27  |  799 b   |  20 lines

  1.  
  2. The functions in this directory go under libc-linux/libio/ldouble.
  3. They implement `L' for `long double' in *printf and *scanf.
  4.  
  5. iovfprintf.c, iovfscanf.c, outfloat.c are modified versions of the
  6. files in libc-4.6.22, which in turn come from libg++.  ioldouble.c is
  7. a new file that does binary <-> decimal conversion for long double
  8. values; it uses the same method as gcc-2.4.x and later, which is
  9. supposed to be compliant with the IEEE 754 and IEEE 854 standards.
  10.  
  11. The conversions have been checked by tfformat.c, which comes from the
  12. libg++ distribution, by ieeetest.zoo which is at usc.edu, and on all
  13. powers of ten from 10^-4931 to 10^+4931.
  14.  
  15.  
  16. Steve Moshier (moshier@world.std.com)
  17.  
  18. Update to libc-4.6.20 by Olaf Flebbe 
  19.                             (o.flebbe@science-computing.uni-tuebingen.de)
  20.