diff options
author | Kevin B Kenny <kennykb@acm.org> | 2008-03-30 03:23:36 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2008-03-30 03:23:36 (GMT) |
commit | 0c13b42b7fd7d214470460a9d63384166982ab11 (patch) | |
tree | 713db795091ae69f5804dc97d23249c2fb5c6bd5 /ChangeLog | |
parent | ae9e1cb6567ceb048c70832079dfbd8d7ba7fe8f (diff) | |
download | tcl-0c13b42b7fd7d214470460a9d63384166982ab11.zip tcl-0c13b42b7fd7d214470460a9d63384166982ab11.tar.gz tcl-0c13b42b7fd7d214470460a9d63384166982ab11.tar.bz2 |
* tests/mathop.test (mathop-25.9, mathop-25.14): Modified tests
to deal with (slightly buggy) math libraries in which pow()
returns an incorrectly rounded result. [Bug 1808174]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2008-03-30 Kevin Kenny <kennykb@acm.org> + + * tests/mathop.test (mathop-25.9, mathop-25.14): Modified tests + to deal with (slightly buggy) math libraries in which pow() + returns an incorrectly rounded result. [Bug 1808174] + 2008-03-26 Don Porter <dgp@users.sourceforge.net> *** 8.5.2 TAGGED FOR RELEASE *** |