Skip to content

v2.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Feb 19:47
· 91 commits to master since this release
d829f0a

SpecialFunctions v2.1.1

Diff since v2.1.0

Closed issues:

  • gamma_inc_inv fails for low precision floats (#373)
  • beta_inc_inv sometimes not sufficiently accurate (#375)

Merged pull requests:

  • Handle the case when Float64(p) + Float64(q) != 1 in gamma_inc_inv (#374) (@andreasnoack)
  • Adjust accuracy tolerance in beta_inc_inv to accommodate Float64 (#376) (@andreasnoack)