lib-r-math.js
Advanced tools
Comparing version 1.0.9 to 1.0.10
{ | ||
"name": "lib-r-math.js", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "Javascript Pure Implementation of Statistical R \"core\" numerical libRmath.so", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -20,2 +20,3 @@ # libRmath.js | ||
|------------------|--------------------|-------------|--------------------| | ||
|runif.c | ./runif.ts| 4-feb-2017 | implemented 3 RNG and native browser/node agnostic 64 RNG map to floating number | | ||
|bd0.c | ./lib/bd0.ts |23-jan-2017 | hidden, used by modules dbinom.c ,dpois.c dt.c | | ||
@@ -27,3 +28,2 @@ |chebyshev.c | ./lib/chebyshev.ts | 23-jan-2017 | chebyshev\_init , chebyshev\_eval | | ||
|stirlerr.c | ./lib/stirlerr | 23-jan-2017 | Computes the log of the error term in Stirling's formula ( _stirlerr_ ) | | ||
|runif.c | ./runif.ts| 4-feb-2017 | implemented 3 RNG and native browser/node agnostic 64 RNG map to floating number | | ||
@@ -30,0 +30,0 @@ |
104068