math: fix remquo.c when x==-y and a subnormal remainder bug as well
authornsz <nsz@port70.net>
Mon, 7 May 2012 22:22:56 +0000 (00:22 +0200)
committernsz <nsz@port70.net>
Mon, 7 May 2012 22:22:56 +0000 (00:22 +0200)
commit3738a96e052603403e085e9a1024289ba3e09188
treefb183fb5fc9f79797bd38f87aa7f51261ef9da44
parent0e195dfaa4902a73179f7ab296d47f01d3518ad3
math: fix remquo.c when x==-y and a subnormal remainder bug as well
backported fix from freebsd:
http://svnweb.FreeBSD.org/base?view=revision&revision=233973
src/math/remquo.c
src/math/remquof.c
src/math/remquol.c