[Numpy-discussion] dtype and logical_and

Keith Goodman kwgoodman at gmail.com
Thu Jan 28 11:42:37 EST 2010


On Thu, Jan 28, 2010 at 8:39 AM, Robert Kern <robert.kern at gmail.com> wrote:
> On Thu, Jan 28, 2010 at 10:31, Keith Goodman <kwgoodman at gmail.com> wrote:
>> I noticed that & (logical and) does support float dtype:
>
> & is not logical_and(). It is bitwise_and().

That explains it. Thank you.



More information about the NumPy-Discussion mailing list