Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
なぜこれが起こるのですか?
>>> map(numpy.all, range(-2, 3)) [-2, -1, 0, 1, 2]
それは意図的なものですか、それとも整数が亀裂を通り抜けているだけですか?
それは関係がありますか:
>>> map(numpy.all, [False, True]) [False, True]
私は走っていてNumpy 1.8.0.dev-74b08b3、Python 2.7.3
Numpy 1.8.0.dev-74b08b3
Python 2.7.3