[Orp-bugs] [ orp-Bugs-459047 ] Math.pow problems
Status: Beta
Brought to you by:
cierniak
From: <no...@so...> - 2001-09-06 06:37:39
|
Bugs item #459047, was opened at 2001-09-05 23:37 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=384545&aid=459047&group_id=25513 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Wu Gansha (wugansha) Assigned to: Nobody/Anonymous (nobody) Summary: Math.pow problems Initial Comment: Our implementation of Math.pow calls libc pow directly. But I found there're times pow doesn't work correctly when running JBB2000 with O3. That is, pow(10.0, -3.0) produces negative infinity. I don't know what's the cause. This will happen only once, but always repeatable. Temporarily I use a patch to compare the result, if it's abnormal then execute pow again. When JBB2000 could run, hope other guys could repeat the problem and give a real patch. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=384545&aid=459047&group_id=25513 |