On 5/29/15, Jussi Pakkanen <jussi.pakkanen at jolla.com> wrote: > On 29.05.2015 13:43, Richard Hipp wrote: > >>>> testfixture test/func4.test >>>> testfixture test/nan.test >>>> >> Please just post the relevant lines of the output in the body of your >> email. You should easily be able to see which lines are important. >> Thanks. > > Here's the first test: > > func4-6.3.11... > Expected: [-5e-324] > Got: [-0.0]
Thanks. I deem all of these answers to be "close enough". Floating point numbers are approximations, by design, and 5e-324 is approximately equal to 0.0. > func4-6.3.12... > Expected: [-2.225073858507201e-308] > Got: [-0.0] > func4-6.3.13... > Expected: [5e-324] > Got: [0.0] > func4-6.3.14... > Expected: [2.225073858507201e-308] > Got: [0.0] > func4-6.3.15... Ok > > and here's the second: > > nan-4.14... Ok > nan-4.15... > Expected: [9.88131291682493e-324 real] > Got: [0.0 real] > nan-4.16... > Expected: [-9.88131291682493e-324 real] > Got: [0.0 real] > nan-4.17... > Expected: [9.88131291682493e-324 real] > Got: [0.0 real] > nan-4.18... > Expected: [-9.88131291682493e-324 real] > Got: [0.0 real] > nan-4.20... Ok > _______________________________________________ > sqlite-users mailing list > sqlite-users at mailinglists.sqlite.org > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users > -- D. Richard Hipp drh at sqlite.org