math: correct-rounding check in remainder functions and 1ulp check in hypot
authorSzabolcs Nagy <nsz@port70.net>
Thu, 5 Sep 2013 11:33:07 +0000 (11:33 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Thu, 5 Sep 2013 11:33:07 +0000 (11:33 +0000)
commit8f89d908656122033909033a7a71c87636319a08
tree36a618786922ce7086247ec31dc105891da52117
parent8b86f7f60953d319461ef976cf1dadb6da7999d8
math: correct-rounding check in remainder functions and 1ulp check in hypot
12 files changed:
src/math/fmod.c
src/math/fmodf.c
src/math/fmodl.c
src/math/hypot.c
src/math/hypotf.c
src/math/hypotl.c
src/math/remainder.c
src/math/remainderf.c
src/math/remainderl.c
src/math/remquo.c
src/math/remquof.c
src/math/remquol.c