Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#7891 closed Bugs (fixed)

hypergeometric_pdf handles N=170 incorrectly

Reported by: cheng.jia@… 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 anonymous, 10 years ago

it's really bothersome. :)

comment:2 by John Maddock, 10 years ago

Resolution: fixed
Status: newclosed

(In [82520]) Fix some warnings. Fix edge case in hypergeometric distribution. Fixes #7429. Fixes #7891.

comment:3 by John Maddock, 10 years ago

(In [82579]) Apply patches for issues #7429, #7891 and #7907. Refs #7907. Fixes #7429. Fixes #7891.

Note: See TracTickets for help on using tickets.