[issue5865] mathmodule.c fails to compile due to missing math_log1p() function

Mark Dickinson report at bugs.python.org
Tue Apr 28 18:41:32 CEST 2009


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

I'm glad you sorted it out. :)

Any chance you could tell us what the fix was, in case anyone else runs 
into something similar?  Or is that unlikely to happen?

Also, while you're there, I have a favour to ask:  could you tell me
what the result of doing 

>>> 1e16 + 2.99999

is on that platform?  It's not often I get to find out much about Python 
on m68k, and I'm curious to know whether it has the same double rounding 
problems as x86.

Thanks!

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5865>
_______________________________________


More information about the Python-bugs-list mailing list