strange bug in gettimeofday function
Andrew Makhorin
mao@gnu.org
Fri Feb 16 01:12:00 GMT 2007
> I would be suspicious of floating-point rounding errors here for the
> original problem you described. Why don't you try a test case that just
> checks if one tv is ever less than a previous tv, without the conversions.
Because I could not reproduce the bug concerning gettimeofday out of
a complex program where it is used. Probably it works correctly. But
then I would like to know why comparison of two floating-point numbers
leads to different results: t0 is *exactly* the same as t1, nevertheless
the condition t0 > t1 is true (sometimes). That is the question.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
More information about the Cygwin
mailing list