| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
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 pinned stdlib repository, which contains library source code, tooling, and documentation. The pinned stdlib 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 the user stories section in the main project repository's README.md for guidance on how to make best use of stdlib given your specific needs.
Test if a value is an array-like object containing only nonnegative numbers.
Perform a multiply-add operation involving three double-precision complex floating-point numbers.
Test if a value is an array-like object containing only probabilities.
Compute an exponentially weighted variance incrementally, ignoring NaN values.
Compute an exponentially weighted mean incrementally, ignoring NaN values.
Compute the standard deviation of a one-dimensional double-precision floating-point ndarray using Welford's algorithm.
Loading…
Loading…
| Back | FazBrowse Home | New Git URL |