Re: [Numpy-discussion] f.p. powers and masked arrays

2006-06-23 Thread Michael Fitzgerald
Ping! Is anyone else seeing this? It should be easy to test. If so, I think it's a bug. Best, Mike On Jun 21, 2006, at 9:39 PM, Michael Fitzgerald wrote: Hello all, I'm encountering some (relatively new?) behavior with masked arrays that strikes me as bizarre. Raising zero to a

[Numpy-discussion] f.p. powers and masked arrays

2006-06-21 Thread Michael Fitzgerald
Hello all, I'm encountering some (relatively new?) behavior with masked arrays that strikes me as bizarre. Raising zero to a floating-point value is triggering a mask to be set, even though the result should be well-defined. When using fixed-point integers for powers, everything works as