This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients Rhamphoryncus, christian.heimes, gmcastil, gvanrossum, mark.dickinson, tim.peters
Date 2008-01-21.15:31:42
SpamBayes Score 0.08443752
Marked as misclassified No
Message-id <1200929503.96.0.434288278689.issue1640@psf.upfronthosting.co.za>
In-reply-to
Content
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.;
History
Date User Action Args
2008-01-21 15:31:44mark.dickinsonsetspambayes_score: 0.0844375 -> 0.08443752
recipients: + mark.dickinson, gvanrossum, tim.peters, Rhamphoryncus, christian.heimes, gmcastil
2008-01-21 15:31:43mark.dickinsonsetspambayes_score: 0.0844375 -> 0.0844375
messageid: <1200929503.96.0.434288278689.issue1640@psf.upfronthosting.co.za>
2008-01-21 15:31:42mark.dickinsonlinkissue1640 messages
2008-01-21 15:31:42mark.dickinsoncreate