commit | b99d1cde075ca538a56da5c6a96a9382bbe492d2 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Thu Dec 11 09:22:25 2008 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Thu Dec 11 09:22:25 2008 +0000 |
tree | e58582393bea2bc9600d61f7764c600e5f0e514e | |
parent | b9083f3e303a6c8e30be9c88b1e0e6383dc0593e [diff] |
Blocked revisions 67694 via svnmerge ........ r67694 | facundo.batista | 2008-12-11 04:19:46 +0000 (Thu, 11 Dec 2008) | 6 lines Issue #4084: Fix max, min, max_mag and min_mag Decimal methods to give correct results in the case where one argument is a quiet NaN and the other is a finite number that requires rounding. Thanks Mark Dickinson. ........