[Bug c++/23298] Float value assignements differ when inside a for loop

2005-08-09 Thread dsell at agleader dot com
--- Additional Comments From dsell at agleader dot com 2005-08-09 20:24 --- We did come to the realization that we should be using doubles to store the values, because the values we were comparing were really too large for floats. However, the fact that rearranging the code or compiling

[Bug c++/23298] Float value assignements differ when inside a for loop

2005-08-09 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2005-08-09 17:05 --- You realize that your results differ only in the 8th digit -- which just so happens to be the precision you get from floats, right? W. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23298

[Bug c++/23298] Float value assignements differ when inside a for loop

2005-08-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-09 15:59 --- *** This bug has been marked as a duplicate of 323 *** -- What|Removed |Added