|
> and the simple tests: > > > print(2^3 - 8) > -1.7763568394003e-015 > > print(3^4 - 81) > 2.8421709430404e-014 > > =2^4-16 > -1.7763568394003e-015 These all should be zero. It really seems that the 'pow' function from the C library is broken. -- Roberto