From: Charles R H. <cha...@gm...> - 2006-11-01 22:21:43
|
On 11/1/06, Robert Kern <rob...@gm...> wrote: > > Travis Oliphant wrote: > > > It looks like 1.0-x is doing the right thing. > > > > The problem is 1.0*x for matrices is going to float64. For arrays it > > returns float32 just like the 1.0-x > > Why is this the right thing? Python floats are float64. Same question here. Float32 is a designer float for special occasions, float64 is for everyday use. Chuck |