commit | ee2ee92d62c43f6658d37ddea4c316d2089d0fe9 | [log] [tgz] |
---|---|---|
author | Szabolcs Nagy <nsz@port70.net> | Tue Sep 03 04:09:12 2013 +0000 |
committer | Szabolcs Nagy <nsz@port70.net> | Thu Sep 05 11:30:07 2013 +0000 |
tree | 1a3e5a63fd40fa763f87d5dd9efd021117ea1d11 | |
parent | d1a2ead878c27ac4ec600740320f8b76e1f961e9 [diff] |
math: rewrite remainder functions (remainder, remquo, fmod, modf) * results are exact * modfl follows truncl (raises inexact flag spuriously now) * modf and modff only had cosmetic cleanup * remainder is just a wrapper around remquo now * using iterative shift+subtract for remquo and fmod * ld80 and ld128 are supported as well