gamma
the gamma function (Γ)
Last updated 11 years ago by substack .
MIT · Repository · Bugs · Original npm
$ cnpm install gamma 
SYNC missed versions from official npm registry.

gamma

gamma function in javascript using the lanczos approximation for small values and the spouge approximation for larger values

browser support

build status

example

> var gamma = require('gamma')
> gamma(5)
23.999999999999996
> gamma(1.6)
0.8935153492876909

methods

var gamma = require('gamma')

gamma(z)

Return the gamma function over z. Complex numbers aren't supported, only reals.

gamma.log(z)

Return the natural log of the gamma function for z.

This function is used internally by the spouge approximation to compute large values.

install

With npm do:

npm install gamma

kudos

Implementation transliterated from the python script on the wikipedia entry for the lanczos approximation.

Spouge approximation from Niggler.

license

MIT

Current Tags

  • 1.0.0                                ...           latest (11 years ago)

2 Versions

  • 1.0.0                                ...           11 years ago
  • 0.1.0                                ...           12 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (2)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org