stdlib
stdlib copied to clipboard
✨ Standard library for JavaScript and Node.js. ✨
Resolves #721. ## Checklist - [x] update readme.md - [x] include.gypi - [x] binding.gyp - [x] include/stdlib/math/base/special/ - [x] evalrational.js - [x] src - [x] manifest.json - [x] lib -...
## Description > What is the purpose of this pull request? This RFC proposes to add a routine to apply a plane rotation on complex double-precision floating-point vectors as defined...
## Description > What is the purpose of this pull request? This RFC proposes to add a routine to apply a plane rotation, where the cos and sin (c and...
### Description This RFC proposes adding the package `@stdlib/iter/cuevery-by`, which cumulatively tests whether every iterated value passes a test implemented by a predicate function. The returned iterator should be a...
Adding Cuevery-by package ## Related Issues > Does this pull request have any related issues? ## Questions > Any questions for reviewers of this pull request? No. ## Other >...
## Description > What is the purpose of this pull request? This pull request refactors the existing implementation in `dcopy.js` of `blas/base/dcopy` to avoid repetition of code. ## Related Issues...
Subtask of #1845 ## Description > What is the purpose of this pull request? This pull request: - replaces readline's built-in completer with a new UX that allows highlighting and...
## Description > What is the purpose of this pull request? This pull request refactors the existing implementation in `dspmv.js`, and `ndarray.js` of `blas/base/dspmv` to avoid repetition of code. ##...
### Description This RFC proposes adding the package `@stdlib/iter/cusome-by`, which cumulatively tests whether at least `n` iterated values pass a test implemented by a predicate function. The returned iterator should...
## Description > What is the purpose of this pull request? This RFC proposes to add a routine to scale values of input complex double-precision floating-point vector by another complex...