Skip to content
@stdlib-js

stdlib

Standard library for JavaScript.

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.

Community

Chat

Pinned Loading

  1. stdlib stdlib Public

    ✨ Standard library for JavaScript and Node.js. ✨

    JavaScript 4.3k 440

Repositories

Showing 10 of 3919 repositories
  • blas-ext-base-gsumpw Public

    Calculate the sum of strided array elements using pairwise summation.

    stdlib-js/blas-ext-base-gsumpw’s past year of commit activity
    JavaScript 2 Apache-2.0 0 0 0 Updated Oct 1, 2024
  • error Public

    Errors.

    stdlib-js/error’s past year of commit activity
    JavaScript 2 Apache-2.0 0 0 0 Updated Oct 1, 2024
  • stats-base-smeanlipw Public

    Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.

    stdlib-js/stats-base-smeanlipw’s past year of commit activity
    JavaScript 2 Apache-2.0 0 0 0 Updated Oct 1, 2024
  • array-promotion-rules Public

    Return the array data type with the smallest size and closest kind to which array data types can be safely cast.

    stdlib-js/array-promotion-rules’s past year of commit activity
    JavaScript 2 Apache-2.0 0 0 0 Updated Oct 1, 2024
  • stats-base-smean Public

    Calculate the arithmetic mean of a single-precision floating-point strided array.

    stdlib-js/stats-base-smean’s past year of commit activity
    JavaScript 2 Apache-2.0 0 0 0 Updated Oct 1, 2024
  • datasets-cmudict Public

    The Carnegie Mellon Pronouncing Dictionary (CMUdict).

    stdlib-js/datasets-cmudict’s past year of commit activity
    JavaScript 14 1 0 0 Updated Oct 1, 2024
  • blas-ext-base-sdsapxsumpw Public

    Adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation with extended accumulation.

    stdlib-js/blas-ext-base-sdsapxsumpw’s past year of commit activity
    JavaScript 1 Apache-2.0 0 0 0 Updated Oct 1, 2024
  • array-same-kind-casts Public

    Return a list of array data types to which a provided array data type can be safely cast or cast within the same kind.

    stdlib-js/array-same-kind-casts’s past year of commit activity
    JavaScript 1 Apache-2.0 0 0 0 Updated Oct 1, 2024
  • assert-is-circular-array Public

    Test if a value is an array containing a circular reference.

    stdlib-js/assert-is-circular-array’s past year of commit activity
    JavaScript 2 Apache-2.0 0 0 0 Updated Oct 1, 2024
  • blas-ext-base-sdsnansum Public

    Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using extended accumulation.

    stdlib-js/blas-ext-base-sdsnansum’s past year of commit activity
    JavaScript 2 Apache-2.0 0 0 0 Updated Oct 1, 2024