[Numpy-discussion] What type should / return in python 3k when applied to two integer types?

Robert Kern robert.kern at gmail.com
Thu Aug 27 15:27:52 EDT 2009


On Thu, Aug 27, 2009 at 11:24, Charles R
Harris<charlesr.harris at gmail.com> wrote:
> I'm thinking double. There is a potential loss of precision for 64 bit ints
> but nothing else seems reasonable for a default. Thoughts?

Python int / Python int => Python float

no matter how many decimal places the two ints have. I also say double.

-- 
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