icnhoukdsiih / testlib

Automatically exported from code.google.com/p/testlib
0 stars 0 forks source link

Wrong floating point format in rcmp9.cpp #42

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Line 23:

quitf(_wa, "%d%s numbers differ - expected: '%.7lf', found: '%.7lf', error = 
'%.7lf'", n, englishEnding(n).c_str(), j, p, doubleDelta(j, p));

Should be "%.9lf" or "%.10lf"

Original issue reported on code.google.com by alexey.d...@gmail.com on 25 Sep 2014 at 10:49