[Python-ideas] Add the imath module

Chris Barker chris.barker at noaa.gov
Fri Jul 13 01:28:01 EDT 2018


On Thu, Jul 12, 2018 at 11:05 AM, Steven D'Aprano <steve at pearwood.info>
wrote:

> I'm not sure that we need a specific module for integer-valued maths. I
> think a more important change would be to allow math functions to be
> written in Python, not just C:
>
> - move the current math library to a private _math library;
>
> - add math.py, which calls "from _math import *".
>

FWIW, Guido rejected that idea when we added math.isclose() -- Victor had
even written it up already.

Not that people never change their mind...

-CHB

-- 

Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

Chris.Barker at noaa.gov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20180713/426a9cd0/attachment.html>


More information about the Python-ideas mailing list