Message105521
> 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. :) |
|
| Date |
User |
Action |
Args |
| 2010-05-11 14:11:50 | mark.dickinson | set | recipients:
+ mark.dickinson, gvanrossum, loewis, jcea, alanmcintyre, inducer, christian.heimes, bins |
| 2010-05-11 14:11:49 | mark.dickinson | set | messageid: <[email protected]> |
| 2010-05-11 14:11:48 | mark.dickinson | link | issue1381 messages |
| 2010-05-11 14:11:48 | mark.dickinson | create | |
|