stdlib (/ˈstændərd lɪb/ "standard lib") is a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing applications. The library provides a collection of robust, high performance libraries for mathematics, statistics, data processing, streams, and more and includes many of the utilities you would expect from a standard library.
Development of the project happens in the pinnedstdlib repository, which contains library source code, tooling, and documentation. The pinnedstdlib repository is also the place to file bug reports and feature requests.
The main stdlib project decomposes into individual packages that can be independently consumed. The GitHub organization contains individual repositories for each stdlib package, with each package repository containing pre-built package bundles for use in the browser, Node.js, and other environments, such as Deno. See theuser stories section in the main project repository'sREADME.md for guidance on how to make best use of stdlib given your specific needs.
PinnedLoading
Repositories
- stats-base-ndarray-meanpn Public
Compute the arithmetic mean of a one-dimensional ndarray using a two-pass error correction algorithm.
Uh oh!
There was an error while loading.Please reload this page.
stdlib-js/stats-base-ndarray-meanpn’s past year of commit activity Uh oh!
There was an error while loading.Please reload this page.
stdlib-js/stdlib’s past year of commit activity Uh oh!
There was an error while loading.Please reload this page.
stdlib-js/math’s past year of commit activity Uh oh!
There was an error while loading.Please reload this page.
stdlib-js/math-special’s past year of commit activity - stats-base-ndarray-meanors Public
Compute the arithmetic mean of a one-dimensional ndarray using ordinary recursive summation.
stdlib-js/stats-base-ndarray-meanors’s past year of commit activity - math-base-special-fibonaccif Public
Compute the nth Fibonacci number as a single-precision floating-point number.
stdlib-js/math-base-special-fibonaccif’s past year of commit activity - math-base-special-bernoullif Public
Compute the nth Bernoulli number as a single-precision floating-point number.
Uh oh!
There was an error while loading.Please reload this page.
stdlib-js/math-base-special-bernoullif’s past year of commit activity - stats-base-ndarray-meanpw Public
Compute the arithmetic mean of a one-dimensional ndarray using pairwise summation.
stdlib-js/stats-base-ndarray-meanpw’s past year of commit activity