JavaScript/Node.js standard library for numerical and scientific computation
Top 9.7% on sourcepulse
stdlib provides a comprehensive, decomposable standard library for JavaScript and Node.js, focusing on numerical and scientific computation. It aims to bring robust, high-performance mathematical, statistical, and data processing capabilities to the web, targeting developers who need advanced computational tools in JavaScript environments, akin to Python or R.
How It Works
stdlib is built with a fully decomposable architecture, allowing users to install and use individual packages or entire namespaces. This modularity enables fine-grained control over dependencies and bundle sizes. The library includes native add-ons for performance-critical operations, with pure JavaScript fallbacks, and emphasizes rigorous testing, documentation, and measurement for its extensive collection of functions.
Quick Start & Requirements
npm install @stdlib/stdlib
npm install @stdlib/ndarray-array
npm install @stdlib/math
npm install -g @stdlib/stdlib
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
math/base
) is not supported; users must install top-level namespaces or individual packages.20 hours ago
1 day