Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chipbell4/incomplete-gamma

Provides functions for computing the upper and lower incomplete gamma functions
https://github.com/chipbell4/incomplete-gamma

Last synced: 9 days ago
JSON representation

Provides functions for computing the upper and lower incomplete gamma functions

Awesome Lists containing this project

README

        

# Incomplete Gamma
A set of functions for calculating the lower and upper incomplete gamma functions. An example:
`
var incomplete = require('incomplete-gamma');
console.log(incomplete.lower(1.0, 2.0));
console.log(incomplete.upper(1.0, 2.0));
`
These should sum to 1