On Thu, Sep 18, 2014 at 10:35 AM,  <chris.bar...@noaa.gov> wrote:
> It's be nice if Python's math module did more than simply wrap the default i 
> implementation of the underlying C lib -- it's gotten better over the years 
> (Inf and NaN used to be really hard to get), but still not quite what it 
> could be.

I think there's not a whole lot that can be done due to backward
compatibility issues. Python 3 did make some progress (e.g. math.floor
now returns an int instead of a float).
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to