Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chipbell4/incomplete-gamma
- Owner: chipbell4
- Created: 2015-02-02T02:05:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-22T09:47:06.000Z (about 5 years ago)
- Last Synced: 2024-10-28T00:24:12.017Z (19 days ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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