Re: [Numpy-discussion] rounding all element of an array with more than 1d

2007-01-15 Thread Giorgio Luciano
Yes it worked, sorry for bothering. the problem was theI used round with no underscore.. and so I made confusion with the two command Thank a lot !! > > ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/li

Re: [Numpy-discussion] rounding all element of an array with more than 1d

2007-01-15 Thread Nils Wagner
Giorgio Luciano wrote: > I've posted also to scipy group but with no luck. > At first I thought it was an easy task but... > I've to round the numbers inside of a 2d array but nothing seems to > work. the only message I've found in the archive is an old function > custom made for doing that.. wou

[Numpy-discussion] rounding all element of an array with more than 1d

2007-01-15 Thread Giorgio Luciano
I've posted also to scipy group but with no luck. At first I thought it was an easy task but... I've to round the numbers inside of a 2d array but nothing seems to work. the only message I've found in the archive is an old function custom made for doing that.. wouldn't be useful to have it also i