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:08:22
SpamBayes Score 0.12019341
Marked as misclassified No
Message-id <1273586905.2.0.983214499111.issue1381@psf.upfronthosting.co.za>
In-reply-to
Content
> that may very well be so, but I'd naively standardize on C/Fortran > behaviour (but that's probably my physicist bias)

Yep, that's exactly what Python does. :)  (Also follows the LISP standard).

Note that in your program, you're feeding complex(-0.0, -2.0) to asinh,
not complex(0.0, 2.0).
History
Date User Action Args
2010-05-11 14:08:25mark.dickinsonsetrecipients: + mark.dickinson, gvanrossum, loewis, jcea, alanmcintyre, inducer, christian.heimes, bins
2010-05-11 14:08:25mark.dickinsonsetmessageid: <1273586905.2.0.983214499111.issue1381@psf.upfronthosting.co.za>
2010-05-11 14:08:23mark.dickinsonlinkissue1381 messages
2010-05-11 14:08:22mark.dickinsoncreate