i am experiencing this behaviour:
import numpy
myArray = numpy.array([-31.279400000000003,-38.88999999999999,1.3008999999999986])
print(myArray)
Output:
array([-31.2794 -38.89 1.3009])
I don't understand the whitespaces before and after each items of array.
Should i report numpy bug?
Using Python 3.7, numpy 1.19.0, Ubuntu 19.10
EDIT: I accepted @paime answer, for printing tables it makes sense. But seems to me senseless for printing one row