You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Corrected calculation of adjusted precision during calculations.
Added constants for repeatedly used values and replaced relevant uses.
Corrected exact / naive calculation of m take n.
Adjusted method using Stirling's formula so that it always returns probablity 0 or more (can otherwise return slightly less than 0 due to precision errors).
Changed preprocessing so that the application fails whenever the max precision is insufficient to represent the resulting log of set size D.
Small vocabular fixes in descriptions and comments.