stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

✨ Standard library for JavaScript and Node.js. ✨

Results 630 stdlib issues
Sort by recently updated
recently updated
newest added

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...

Needs Review
Math

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...

Documentation
automated-pr

--- 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 -...

Feature
Needs Changes

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...

Tools
Needs Changes

### 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` -...

RFC
release: Major
Accepted
Tracking Issue
Maintainers

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...

Tools
Needs Changes

### 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. ###...

Bug
priority: High

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 ##...

Needs Review
Statistics
Good First PR
Potential Duplicate

## Description This RFC proposes adding a full implementation of the **Generalized Hyperbolic** statistical distribution to stdlib, including all standard distribution properties and functions.

RFC
Feature
difficulty: 3
Accepted
Base

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...

Math