[issue37132] Add a module for integer related math functions

Tim Peters report at bugs.python.org
Mon Jun 3 00:56:45 EDT 2019


Tim Peters <tim at python.org> added the comment:

Ya, I'm mostly with Raymond.  `math` was originally a very thin wrapper around C's libm, but we've been moving away from that more and more for decades, and it's no longer the case anyway that the vast bulk of new Python programmers are intimately familiar with C.

If I were coming new to Python now, I'd expect math functions to ... be in `math` ;-)  Whether integer or float.  I expect this will work fine if the docs are - as Raymond suggests - reworked to make it clear.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37132>
_______________________________________


More information about the Python-bugs-list mailing list