#7891 closed Bugs (fixed)
hypergeometric_pdf handles N=170 incorrectly
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | math |
Version: | Boost 1.52.0 | Severity: | Problem |
Keywords: | hypergeometric pdf | Cc: |
Description
When N=170, the handling is assigned to max_factorial method, while in the method itself asserts N<170, hence throws an exception
Change History (3)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
it's really bothersome. :)