stdlib
stdlib copied to clipboard
✨ Standard library for JavaScript and Node.js. ✨
Resolves #1566 . ## Description > improve README examples of constants/unicode namespace ## Related Issues > No This pull request: - resolves #1566 - fixes #1566 ## Questions > Any...
## Checklist > Please ensure the following tasks are completed before filing an issue. - [x] Read and understood the [Code of Conduct][code-of-conduct]. - [x] Searched for existing issues and...
### Description This RFC proposes refactoring [`@stdlib/blas/ext/base/dsort2sh`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/dsort2sh) to follow current project conventions. These conventions are outlined in more detail in https://github.com/stdlib-js/stdlib/issues/788. Namely, we want to migrate from C++ add-on interfaces...
### Description This RFC proposes updating the C implementation for [`math/base/special/atanh`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/atanh), according to the [FreeBSD](https://svnweb.freebsd.org/base/release/12.2.0/lib/msun/src/e_atanh.c?revision=367086&view=markup&pathrev=373311) implementation. We need to convert the floating-point value to a word and then perform integer...
Moving incremental kurtosis. See also `@stdlib/stats/incr/kurtosis` for the non-moving version. For similar packages, see https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/incr.
### Description This RFC proposes to improve the [README examples](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/special#examples) of the `math/special` namespace package. Currently, namespace package READMEs only include minimal examples which are not particularly informative and do...
### Description This RFC proposes to improve the [README examples](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/unicode#examples) of the `constants/unicode` namespace package. Currently, namespace package READMEs only include minimal examples which are not particularly informative and do...
### Description In https://github.com/stdlib-js/stdlib/actions/runs/8496433869/job/23273812132?pr=1680, I noticed that not all tests were running. As can be observed in https://github.com/stdlib-js/stdlib/pull/1680, we have tests in nested directories. Locally, these tests were failing, but...
Resolves # . ## Description > What is the purpose of this pull request? Improves README.md examples of @stdlib/number/uint32/base namespace directories. ## Related Issues > Does this pull request have...
Partially resolves #1148 ## Description > What is the purpose of this pull request? This pull request: - Refactors `assert/is-cube-number` benchmarks to measure affirmative/negative test values in separate benchmark runs...