Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

Most (but not all) functions in the math module implicitly convert its 
arguments to float. Here we can get an OverflowError. Do we want to add a note 
to every function that does it? Or add a general note at the top of the file 
and add exclusion notes to functions which do not convert arguments to float?

BTW, there is a general note: "Except when explicitly
noted otherwise, all return values are floats."

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue47121>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to