The output numpy array of my program looks like this:
[0.8500000000000001, 0.9000000000000001, 0.8800000000000001, 0.875]
However, I want to get them as;
0.85,0.9,0.88,0.875
Any idea, why that happens and how to get rid of it?
The output numpy array of my program looks like this:
[0.8500000000000001, 0.9000000000000001, 0.8800000000000001, 0.875]
However, I want to get them as;
0.85,0.9,0.88,0.875
Any idea, why that happens and how to get rid of it?