lib-r-math.js
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "lib-r-math.js", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Javascript Pure Implementation of Statistical R \"core\" numerical libRmath.so", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -10,3 +10,3 @@ # libRmath.js | ||
Work in progress (see list below), please considering helping out and bring R core functionality | ||
Work in progress (see list below of all c modules that need to be ported), please considering helping out and bring R core functionality | ||
to Javascript | ||
@@ -21,3 +21,3 @@ | ||
bessel_y.c | TODO | | | | ||
beta.c |one ./lib/beta.ts | no | [beta](https://en.wikipedia.org/wiki/Beta_function) | | ||
beta.c |done ./lib/beta.ts | no | [beta](https://en.wikipedia.org/wiki/Beta_function) | | ||
chebyshev.c | done ./lib/chebyshev.ts | no | chebyshev\_init , chebyshev\_eval | | ||
@@ -55,3 +55,3 @@ choose.c |TODO | | | | ||
ftrunc.c | TODO| | | | ||
gamma.c |done ./lib/gamma.ts | no [gammafn](https://en.wikipedia.org/wiki/Gamma_function) | | ||
gamma.c |done ./lib/gamma.ts | no | [gammafn](https://en.wikipedia.org/wiki/Gamma_function) | | ||
gamma_cody.c | TODO| | | | ||
@@ -63,3 +63,3 @@ gammalims.c |TODO | | | | ||
lbeta.c | TODO| | | | ||
lgamma.c | done ./lib/lgamma.ts| | logarithmic gamm [lgammafn](https://en.wikipedia.org/wiki/Gamma_function) | | ||
lgamma.c | done ./lib/lgamma.ts | no | logarithmic gamma [lgammafn](https://en.wikipedia.org/wiki/Gamma_function) | | ||
lgammacor.c |done ./lib/lgammecor.ts | no | lgammacor | | ||
@@ -66,0 +66,0 @@ log1p.c |TODO | | | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
92797
0