Cygwin: mmap: allow remapping part of an existing anonymous mapping
[newlib-cygwin.git] / newlib / libm / mathfp / README
blob7eba79cb7adbf3b5d8afc53a5f6bc564b76133c5
1 This directory was an experiment to use floating-point operations to implement
2 the math library when a processor had a floating-point instruction set.  The
3 experiment was a failure in that some of the algorithms chosen (e.g. recursive
4 algorithms for sin/cos, etc..) are too simple and do not provide proper accuracy 
5 nor handle very large or very small inputs adequately.
7 The code is considered moth-balled.  The stable math library routines can be
8 found in libm/math and the configuration option to use this has been removed.
10 If you wish to experiment with the concept, please feel free and report back if
11 you have major improvements.