#7135 closed Bugs (fixed)
Incorrect computation of the Hankel function
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | Boost 1.52.0 | Component: | math |
Version: | Boost 1.50.0 | Severity: | Problem |
Keywords: | hankel | Cc: |
Description
I found that BOOST computes Hankel function H_\nu(1)(x) incorrectly for example for \nu = -1, x = -1 and for negative x and odd \nu.
Change History (3)
comment:1 by , 10 years ago
Status: | new → assigned |
---|
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 10 years ago
Milestone: | To Be Determined → Boost 1.52.0 |
---|
Note:
See TracTickets
for help on using tickets.
Confirmed, there's a typo in the calculation of the sign term. Testing fix now...