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 alanmcintyre, bins, christian.heimes, gvanrossum, inducer, jcea, loewis, mark.dickinson
Date 2010-05-11.14:11:48
SpamBayes Score 0.00019209844
Marked as misclassified No
Message-id <1273587109.75.0.917400742495.issue1381@psf.upfronthosting.co.za>
In-reply-to
Content
> Note that in your program, you're feeding complex(-0.0, -2.0) to asinh,
> not complex(0.0, 2.0).

Bah;  that should be complex(0.0, -2.0) in the second line, of course.

Anyway, try passing conj(2*I) to asinh in your C program and see what happens.  :)
History
Date User Action Args
2010-05-11 14:11:50mark.dickinsonsetrecipients: + mark.dickinson, gvanrossum, loewis, jcea, alanmcintyre, inducer, christian.heimes, bins
2010-05-11 14:11:49mark.dickinsonsetmessageid: <1273587109.75.0.917400742495.issue1381@psf.upfronthosting.co.za>
2010-05-11 14:11:48mark.dickinsonlinkissue1381 messages
2010-05-11 14:11:48mark.dickinsoncreate