[issue31630] math.tan has poor accuracy near pi/2 on OpenBSD and NetBSD

Mark Dickinson report at bugs.python.org
Tue Oct 31 14:53:43 EDT 2017


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

> Seems the first result is calculated at compile time

Makes sense. Last time I looked, gcc uses MPFR for the compile-time calls, so I'd expect those to be correctly rounded.

----------

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


More information about the Python-bugs-list mailing list