Skip to content

Version 1.2

Compare
Choose a tag to compare
@fast-reflexes fast-reflexes released this 07 Dec 21:05
· 10 commits to master since this release
  • 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.
  • Fixed tests.