stdlib
stdlib copied to clipboard
✨ Standard library for JavaScript and Node.js. ✨
## 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...
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...
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...
## 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. ##...
## 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...
### 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....
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...
## 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...
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...
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...