Skip to content

Fix #9: Implement normalized incomplete gamma functions

Raymond Toy requested to merge issue-9-normalized-incomplete-gamma into master

Adds two new functions:

  • incomplete-gamma-upper-normalized
  • incomplete-gamma-lower-normalized

These are the corresponding incomplete gamma functions but normalized by gamma(a).

Merge request reports