|
|
back to boarddouble vs float Posted by yujj 28 May 2008 19:11 I'm use double and got WA#11. But with float i got AC. What wrong with double? Bad tests? Re: double vs float When comparing calculate time _t_ to the current _best_ time, where both variables are doubles, use e.g. if (t + 1e-9 < best) |
|
|