I\'m trying to print a ndarray on the screen. But python always shows it in scientific notation, which I don\'t like. For a scalar we can use
>>> p
I don't know about the numpy arrays but I was simply facing the same problem while doing a project in Python.
Take a look at the Decimal class provided http://docs.python.org/library/decimal.html .
I don't know if it's provided in numpy though.