stdlib
stdlib copied to clipboard
✨ Standard library for JavaScript and Node.js. ✨
Resolves None. ## Description > What is the purpose of this pull request? This pull request: - added base implementation for `math/base/special/acoshf` - added benchmark, example and test. - added...
This PR updates TypeScript declarations for the `@stdlib/math/tools` namespace. ## Reviewer Checklist - [ ] **Check the scope of the changes** (following [Conventional Commits](https://www.conventionalcommits.org)): - Are these **new APIs**? Then...
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: passed -...
Resolves https://github.com/stdlib-js/metr-issue-tracker/issues/127. ## Description > What is the purpose of this pull request? This pull request: - add an ESLint rule to enforce spacing after a returns annotation (and also...
### Description This RFC proposes - To migrate the following list of packages from `utils` namespace to `object`:- - [x] `utils/move-property` => `object/move-property` - [ ] `utils/object-inverse` => `object/inverse` -...
Resolves None. ## Description > What is the purpose of this pull request? This pull request: - adds scaffold templates and scripts for generating packages in `math/special/*`. ## Related Issues...
### Description See https://github.com/stdlib-js/random/actions/runs/19954157310. Looks like these builds have been failing since the last published version. Appears to be due to duplicate symbols being exported. ### Related Issues None. ###...
Resolves #5584 ## Description > What is the purpose of this pull request? This pull request: - proposed @stdlib/stats/incr/nanmmax similar to [@stdlib/stats/incr/mmax](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/incr/mmax) - added test, benchmark and example files ##...
## Description This RFC proposes adding a full implementation of the **Generalized Hyperbolic** statistical distribution to stdlib, including all standard distribution properties and functions.
Progresses #649 . ## Description > What is the purpose of this pull request? This pull request: - adds `math/base/special/gamma-lanczos-sumf` which is the single-precision version of `gamma-lanczos-sum` ## Related Issues...