lib-r-math.js
Advanced tools
Comparing version 1.0.10 to 1.0.11
{ | ||
"name": "lib-r-math.js", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Javascript Pure Implementation of Statistical R \"core\" numerical libRmath.so", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -22,2 +22,3 @@ # libRmath.js | ||
|bd0.c | ./lib/bd0.ts |23-jan-2017 | hidden, used by modules dbinom.c ,dpois.c dt.c | | ||
|beta.c |./lib/beta.ts | 23-jan-2017 | [beta](https://en.wikipedia.org/wiki/Beta_function) | | ||
|chebyshev.c | ./lib/chebyshev.ts | 23-jan-2017 | chebyshev\_init , chebyshev\_eval | | ||
@@ -27,2 +28,3 @@ |cospi.c | ./lib/cospi.ts | 23-jan-2017 | cospi, sinpi, tanpi | | ||
|lgamma.c | ./lib/lgamma.ts | 23-jan-2017 | logarithmic gamma [lgammafn](https://en.wikipedia.org/wiki/Gamma_function) | | ||
|lgammacor.c |./lib/lgammecor.ts | 23-jan-2017 | lgammacor | | ||
|stirlerr.c | ./lib/stirlerr | 23-jan-2017 | Computes the log of the error term in Stirling's formula ( _stirlerr_ ) | | ||
@@ -29,0 +31,0 @@ |
104244
156