From: Warren F. <fo...@SL...> - 2001-10-12 18:08:20
|
On Fri, 12 Oct 2001, Eric Nodwell wrote: > The Numpy version of modulo uses a different sign convention for > negative arguments than does Python itself: ... > Is there a reason for this (hard to imagine), or is this a bug? Numpy delegates to the C platform's / and % operators, Python does it "right". Maybe this should go on the FAQ. Waren Focke |