home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / LIBC / LIBC-4.6 / LIBC-4 / libc-linux / sysdeps / linux / i386 / math / README.ldouble < prev    next >
Encoding:
Text File  |  1994-11-26  |  822 b   |  25 lines

  1.  
  2. LINUX LONG DOUBLE PRECISION FLOATING POINT SUPPORT
  3.  
  4. Most of the long double math functions here were derived from the
  5. libc-linux libm.a collection and revised by Olaf Flebbe to make long
  6. double versions.  The functions j0l, y0l, j1l, y1l, erf, erfc and the
  7. gamma function coefficients come from a netlib suite by Steve Moshier.
  8.  
  9. GCC compiler versions earlier than 2.5.0 do not support long double on
  10. i386 and will not work.  (GCC 2.4 does support long double on m68k.)
  11.  
  12. A header file called mathl.h supplies the prototypes.  These could
  13. be merged into math.h.
  14.  
  15. Send bug reports to moshier@world.std.com
  16. or o.flebbe@science-computing.uni-tuebingen.de .
  17.  
  18.  
  19. BUGS
  20.  
  21. sinh, tanh suffer from cancellation error near the origin.
  22. Rational approximations are needed for small arguments.
  23.  
  24. The routines for J_n use forward recurrence.
  25.