[Numpy-discussion] dtype and logical_and
Robert Kern
robert.kern@gmail....
Thu Jan 28 10:39:16 CST 2010
On Thu, Jan 28, 2010 at 10:31, Keith Goodman <kwgoodman@gmail.com> wrote:
> I noticed that & (logical and) does support float dtype:
& is not logical_and(). It is bitwise_and().
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
-- Umberto Eco
More information about the NumPy-Discussion
mailing list