Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lib-r-math.js

Package Overview
Dependencies
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lib-r-math.js - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

package.json
{
"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 | | |

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc