From: Lars F. <lfr...@im...> - 2006-08-31 05:19:16
|
> To answer the original question, you need to use a higher precision > array or explicitly cast it to higher precision. > > In [49]:(a.astype(int)*100)/100 > Out[49]:array([200]) Thank you. This is what I wanted to know. Lars |