[SciPy-user] scipy.io.write_array and the precision

jaonary at free.fr jaonary at free.fr
Thu Apr 6 04:00:50 EDT 2006


Hi all,
I'm trying to write an ascii output of my computation. To do this I'm planing to
use the package io of scipy. My problem is that I can't get a simple ascii
output. The read_array function write the numbers in the scientific form :
110.330e10. And me, I'd like to write my number simply as 122.00323123.
So how can I do the with this module ? Is it possible or I have to do this by
hand ?
Best regards




More information about the SciPy-User mailing list