1.0.1 • Published 9 years ago

incomplete-gamma v1.0.1

Weekly downloads
8
License
MIT
Repository
-
Last release
9 years ago

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

1.0.1

9 years ago

1.0.0

9 years ago