stdlib
stdlib copied to clipboard
✨ Standard library for JavaScript and Node.js. ✨
### Description This RFC proposes adding the package `@stdlib/iter/cusome`, which cumulatively tests whether at least `n` iterated values are truthy. The function should be a transform iterator, continuing to iterate...
### Description This RFC proposes adding the package `@stdlib/iter/cunone`, which cumulatively tests whether every iterated value is falsy. The function should be a transform iterator, continuing to iterate while source...
## Description > What is the purpose of this pull request? This RFC proposes to add the Fortran implementation for lsame to evaluate whether two characters are similar irrespective of...
### Description Encountered an error when trying to run `example( )` in the REPL, which runs the example code from the respective package's `repl.txt` file. The error seems to occur...
## Description > What is the purpose of this pull request? This PR proposes adding native C / Fortran implementations for [`@stdlib/blas/base/drotg`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/drotg) ## Related Issues > Does this pull request...
## Description > What is the purpose of this pull request? This pull request: - adds `math/base/special/atandf`, which would be the single-precision equivalent for [`math/base/special/atand`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/atand). ```c float stdlib_base_atandf( const float...
Progresses #2039. ## Description > What is the purpose of this pull request? This pull request: - updates implementations based on current package standards for `dspmv` - updates benchmarks, descriptions,...
Progresses #2039. ## Description > What is the purpose of this pull request? This pull request: - updates implementations based on current package standards - updates benchmarks, descriptions, docs, and...
Resolves #2510 ## Description > What is the purpose of this pull request? This pull request: - adds support for automatic loading and saving of a default configuration for persisting...
Resolves #2335. ## Description > What is the purpose of this pull request? Adds JS implementation for `@stdlib/iter/cuany-by` This pull request: - resolves #2335 ## Questions > Any questions for...