an update to previous patch fixes nearly all remaining constants used in the math...
commit8f92bd5117812baeda7e9a689453bb2d27d9a776
authorwawa <wawa@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 26 Sep 2018 16:01:19 +0000 (26 16:01 +0000)
committerwawa <wawa@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 26 Sep 2018 16:01:19 +0000 (26 16:01 +0000)
tree01f2b97f5122b79c3b33b1a9837ca580df3bc2cf
parent44889888b1d9f9c8b123c2dd2e462d4f97a04fb4
an update to previous patch fixes nearly all remaining constants used in the math code. (NicJA)

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@55468 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
51 files changed:
compiler/stdc/math/e_acos.c
compiler/stdc/math/e_acosf.c
compiler/stdc/math/e_acosl.c
compiler/stdc/math/e_atan2.c
compiler/stdc/math/e_atan2f.c
compiler/stdc/math/e_atan2l.c
compiler/stdc/math/e_exp.c
compiler/stdc/math/e_expf.c
compiler/stdc/math/e_j0.c
compiler/stdc/math/e_j0f.c
compiler/stdc/math/e_j1.c
compiler/stdc/math/e_j1f.c
compiler/stdc/math/e_jn.c
compiler/stdc/math/e_jnf.c
compiler/stdc/math/e_lgamma_r.c
compiler/stdc/math/e_lgammaf_r.c
compiler/stdc/math/e_log.c
compiler/stdc/math/e_log10.c
compiler/stdc/math/e_log10f.c
compiler/stdc/math/e_log2.c
compiler/stdc/math/e_log2f.c
compiler/stdc/math/e_logf.c
compiler/stdc/math/k_sincosl.h
compiler/stdc/math/ld128/e_expl.c
compiler/stdc/math/ld128/e_lgammal_r.c
compiler/stdc/math/ld128/s_erfl.c
compiler/stdc/math/ld128/s_exp2l.c
compiler/stdc/math/ld80/e_expl.c
compiler/stdc/math/ld80/e_lgammal_r.c
compiler/stdc/math/ld80/e_log10l.c
compiler/stdc/math/ld80/e_log2l.c
compiler/stdc/math/ld80/e_logl.c
compiler/stdc/math/ld80/e_powl.c
compiler/stdc/math/ld80/e_rem_pio2l.h
compiler/stdc/math/ld80/e_tgammal.c
compiler/stdc/math/ld80/k_cosl.c
compiler/stdc/math/ld80/k_sinl.c
compiler/stdc/math/ld80/k_tanl.c
compiler/stdc/math/ld80/s_erfl.c
compiler/stdc/math/ld80/s_exp2l.c
compiler/stdc/math/ld80/s_log1pl.c
compiler/stdc/math/s_atan.c
compiler/stdc/math/s_erf.c
compiler/stdc/math/s_erff.c
compiler/stdc/math/s_exp2.c
compiler/stdc/math/s_exp2f.c
compiler/stdc/math/s_expm1f.c
compiler/stdc/math/s_log1p.c
compiler/stdc/math/s_log1pf.c
compiler/stdc/math/s_tanh.c
compiler/stdc/math/s_tanhf.c