[issue1640] Enhancements for mathmodule

Mark Dickinson report at bugs.python.org
Mon Jan 21 16:31:43 CET 2008


Mark Dickinson added the comment:

Sorry:  those lines should have been:

double temp = 1-z.real;
printf("temp is %.19e\n", temp);
r.real = log1p(4.*z.real/(temp*temp + ay*ay))/4.;

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1640>
__________________________________


More information about the Python-bugs-list mailing list