From: Todd M. <jm...@st...> - 2002-12-30 18:40:55
|
Magnus Lie Hetland wrote: >Hi, there... I just found another bug :] > > > numarray doesn't support "true division" yet. >from numarray import arange >from __future__ import division > >arange(10) / 10 > >... This will give an error. > >I really think this "real" division should be supported for arrays... > > It will be. It just hasn't been implemented yet. > > |