[issue32783] ln(2) isn't accurate in _math.c in cpython

Mark Dickinson report at bugs.python.org
Wed Feb 7 07:35:21 EST 2018


Mark Dickinson <dickinsm at gmail.com> added the comment:

> I'm inclined to just close this as "not a bug".

Sounds good to me.

The ideal would probably be to use a hex literal here. They're part of C99 (see section 6.4.4.2), but last time I checked Visual Studio didn't support them. I don't know whether that's changed recently.

----------

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


More information about the Python-bugs-list mailing list