stdlib
stdlib copied to clipboard
✨ Standard library for JavaScript and Node.js. ✨
## Description > What is the purpose of this pull request? This pull request: - replaces the use of built-in `fmod` by our `stdlib_base_fmod` in [`math/base/special/gcd`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/@stdlib/math/base/special/gcd). ## Related Issues >...
## Description > What is the purpose of this pull request? This pull request: - adds `math/base/special/maxabsf`, which would be the single-precision variant for [`math/base/special/maxabs`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/maxabs). ```c float stdlib_base_maxabsf( const float...
Progresses: #2039. ## Description > What is the purpose of this pull request? This RFC proposes to add a routine to perform one of the matrix-vector operations `x = A*x`,...
Progresses #2656. ## Description > What is the purpose of this pull request? This pull request: - Adds implementation of `ndarray/base/fill` ## Related Issues > Does this pull request have...
Resolves [#2323](https://github.com/stdlib-js/stdlib/issues/2323). ## Description add `@stdlib/array/base/cuany-by` This pull request: - resolves [ [RFC]: add @stdlib/array/base/cuany-by](https://github.com/stdlib-js/stdlib/issues/2323). ## Other while git commit and running tests +lint i got these ``` (node:6885) [DEP0040]...
Progresses: #2039. ## Description > What is the purpose of this pull request? This RFC proposes to add a routine to perform one of the matrix-vector operations `x = A*x`,...
Resolves #1632 ## Description > What is the purpose of this pull request? This pull request: - a - b - c ## Related Issues > Does this pull request...
Towards #2647. ## Description > What is the purpose of this pull request? This pull request: - [x] adds editor actions - [x] adds support for custom keybindings - [...
Progresses #2039. ## Description > What is the purpose of this pull request? This RFC proposes to add a routine to solve one of the systems of equations `A*x =...
Progresses #2039. ## Description > What is the purpose of this pull request? This RFC proposes to add a routine to solve one of the systems of equations `A*x =...