Search found 2 matches

by cerf
Mon Apr 13, 2015 9:26 am
Forum: Bug reports
Topic: [fixed] Do unit tests for fast_atof() check something ?
Replies: 3
Views: 1221

Re: [fixed] Do unit tests for fast_atof() check something ?

Glad to help.

Another question in my mind is why accuracy is not checked against libc's atof() too ?
Currently accuracy is only checked against old implementation of fast_atof().
by cerf
Fri Apr 10, 2015 12:36 pm
Forum: Bug reports
Topic: [fixed] Do unit tests for fast_atof() check something ?
Replies: 3
Views: 1221

[fixed] Do unit tests for fast_atof() check something ?

Hello, I was just looking the unit tests for fast_atof() in trunk/tests/fast_atof.cpp and wondering if the function testCalculation_atof() does really check something. Here is the source code in irrlicht SVN repo : http://sourceforge.net/p/irrlicht/code/HEAD/tree/trunk/tests/fast_atof.cpp#l84 Take a...