libc/newlib/libm/mathfp
Jon Turney d7e47a557e Regenerate newlib Makefiles 2016-07-04 17:13:55 +01:00
..
Makefile.am Move duplicated documentation rules to Makefile.shared 2015-11-02 18:02:39 -05:00
Makefile.in Regenerate newlib Makefiles 2016-07-04 17:13:55 +01:00
README 2012-10-24 Jeff Johnston <jjohnstn@redhat.com> 2012-10-24 21:01:39 +00:00
e_acosh.c doc: Fix some inconsistent QUICKREF lines 2015-11-12 12:42:17 +00:00
e_atanh.c 2003-10-20 Bob Wilson <bob.wilson@acm.org> 2003-10-20 18:46:38 +00:00
e_hypot.c 2003-10-20 Bob Wilson <bob.wilson@acm.org> 2003-10-20 18:46:38 +00:00
e_j0.c
e_j1.c
e_remainder.c
e_scalb.c
ef_acosh.c
ef_atanh.c
ef_hypot.c
ef_j0.c
ef_j1.c
ef_remainder.c
ef_scalb.c
er_gamma.c * libm/mathfp/er_gamma.c (gamma): Add new non-reentrant function. 2004-02-11 00:47:52 +00:00
er_lgamma.c * libm/mathfp/er_gamma.c (gamma): Add new non-reentrant function. 2004-02-11 00:47:52 +00:00
erf_gamma.c * libm/mathfp/er_gamma.c (gamma): Add new non-reentrant function. 2004-02-11 00:47:52 +00:00
erf_lgamma.c * libm/mathfp/er_gamma.c (gamma): Add new non-reentrant function. 2004-02-11 00:47:52 +00:00
mathfp.tex 2006-03-02 Jeff Johnston <jjohnstn@redhat.com> 2006-03-02 16:46:12 +00:00
s_acos.c doc: Fix some inconsistent QUICKREF lines 2015-11-12 12:42:17 +00:00
s_asin.c
s_asine.c 2003-10-20 Bob Wilson <bob.wilson@acm.org> 2003-10-20 18:46:38 +00:00
s_asinh.c 2003-10-20 Bob Wilson <bob.wilson@acm.org> 2003-10-20 18:46:38 +00:00
s_atan.c 2003-10-20 Bob Wilson <bob.wilson@acm.org> 2003-10-20 18:46:38 +00:00
s_atan2.c 2003-10-20 Bob Wilson <bob.wilson@acm.org> 2003-10-20 18:46:38 +00:00
s_atangent.c 2006-01-10 Jeff Johnston <jjohnstn@redhat.com> 2006-01-10 16:51:58 +00:00
s_ceil.c
s_cos.c
s_cosh.c Add missing semicolons to prototypes. 2015-11-02 16:34:49 -05:00
s_erf.c
s_exp.c 2003-10-20 Bob Wilson <bob.wilson@acm.org> 2003-10-20 18:46:38 +00:00
s_exp2.c
s_fabs.c
s_floor.c
s_fmod.c Add missing semicolons to prototypes. 2015-11-02 16:34:49 -05:00
s_frexp.c 2006-01-10 Jeff Johnston <jjohnstn@redhat.com> 2006-01-10 16:51:58 +00:00
s_ispos.c
s_ldexp.c 2005-10-28 Bob Wilson <bob.wilson@acm.org> 2005-10-28 21:21:08 +00:00
s_log.c
s_log10.c
s_logarithm.c 2007-10-17 Jeff Johnston <jjohnstn@redhat.com> 2007-10-18 00:03:32 +00:00
s_mathcnst.c 2005-10-31 Darin Johnson <darin@usa.net> 2005-10-31 18:47:20 +00:00
s_numtest.c
s_pow.c 2005-09-01 Jeff Johnston <jjohnstn@redhat.com> 2005-09-01 17:53:02 +00:00
s_signif.c
s_sin.c
s_sincos.c
s_sine.c
s_sineh.c 2003-10-20 Bob Wilson <bob.wilson@acm.org> 2003-10-20 18:46:38 +00:00
s_sinf.c
s_sinh.c
s_sqrt.c
s_tan.c
s_tanh.c
s_tgamma.c
sf_acos.c
sf_asin.c
sf_asine.c
sf_asinh.c
sf_atan.c
sf_atan2.c
sf_atangent.c 2006-01-10 Jeff Johnston <jjohnstn@redhat.com> 2006-01-10 16:51:58 +00:00
sf_ceil.c
sf_cos.c
sf_cosh.c
sf_erf.c
sf_exp.c
sf_exp2.c
sf_fabs.c
sf_floor.c
sf_fmod.c
sf_frexp.c 2006-01-10 Jeff Johnston <jjohnstn@redhat.com> 2006-01-10 16:51:58 +00:00
sf_ispos.c
sf_ldexp.c
sf_log.c
sf_log10.c
sf_logarithm.c 2010-12-08 Jeff Johnston <jjohnstn@redhat.com> 2010-12-08 23:22:20 +00:00
sf_numtest.c 2014-02-04 Matthias Braun <matze@braunis.de> 2014-02-04 20:49:53 +00:00
sf_pow.c 2005-09-01 Jeff Johnston <jjohnstn@redhat.com> 2005-09-01 17:53:02 +00:00
sf_signif.c
sf_sin.c
sf_sincos.c
sf_sine.c
sf_sineh.c
sf_sinh.c
sf_sqrt.c
sf_tan.c
sf_tanh.c
sf_tgamma.c
w_cabs.c
w_drem.c
w_jn.c 2005-10-28 Bob Wilson <bob.wilson@acm.org> 2005-10-28 21:21:08 +00:00
wf_cabs.c
wf_drem.c
wf_jn.c
zmath.h

README

This directory was an experiment to use floating-point operations to implement
the math library when a processor had a floating-point instruction set.  The
experiment was a failure in that some of the algorithms chosen (e.g. recursive
algorithms for sin/cos, etc..) are too simple and do not provide proper accuracy 
nor handle very large or very small inputs adequately.

The code is considered moth-balled.  The stable math library routines can be
found in libm/math and the configuration option to use this has been removed.

If you wish to experiment with the concept, please feel free and report back if
you have major improvements.