stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

✨ Standard library for JavaScript and Node.js. ✨

Results 538 stdlib issues
Sort by recently updated
recently updated
newest added

## Description Calculates the Hamming Code Points Distance distance between two equal-length unicode code points. > Does this pull request have any related issues? This pull request: - progresses #836...

Feature
Needs Review
Utilities
Needs Changes

adds file system append file utility to Stdlib ## Description > What is the purpose of this pull request? This pull request brings the node js file system append-file utility...

Feature
Utilities
Needs Changes

adds file system copy file utility to Stdlib ## Description > What is the purpose of this pull request? This pull request: is aligned with the purpose of achievinng feature...

Feature
Utilities
Needs Changes

## Description > What is the purpose of this pull request? This pull request: - updates existing JavaScript implementation to follow FreeBSD version 12.2.0. - adds a corresponding test. ##...

Math

## Description > What is the purpose of this pull request? This pull request: - Adds the typed array `toLocaleString` method to prototype of `Complex64Array` ## Related Issues > Does...

Feature
Needs Changes

### Description This RFC proposes adding C implementation for [`math/base/special/binomcoef`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/binomcoef). ```C double stdlib_base_binomcoef( const double n, const double k ); ``` ### Related Issues Related issues #649. ### Questions No....

RFC
Feature
Math
Accepted
C

Resolves #1845 ## Description > What is the purpose of this pull request? This pull request: - adds fuzzy matching algorithm for tab completions - write a custom completer engine...

Needs Review
REPL

## Description This RFC proposes to add a routine to compute the sum of the absolute value of the real and imaginary part of a double-precision complex floating-point number as...

Needs Review
BLAS

If applied, this commit will add the package `blas/base/grot` ## Description > What is the purpose of this pull request? Add the package, `blas/base/grot` which serves as a generic JavaScript...

Feature
BLAS

Resolves #1555 . ## Description > What is the purpose of this pull request? improve README examples of constants/float16 namespace ## Related Issues > Does this pull request have any...