stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

✨ Standard library for JavaScript and Node.js. ✨

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

### Description This RFC proposes adding various physical constants. The purpose of this issue is to serve as a tracking issue for adding various physical constants. List of physical constants...

RFC
Needs Discussion

### Description This RFC proposes refactoring [`@stdlib/blas/ext/base/snansumkbn2`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/snansumkbn2) 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...

Native Addons
Good First Issue
priority: High
JavaScript

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

Enhancement
Feature
Needs Discussion
difficulty: 3
Utilities

### Description This RFC proposes adding `math/base/special/asinhf`, which would be the single-precision equivalent for [`math/base/special/asinh`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/asinh). ```c float stdlib_base_asinhf( const float x ) ``` ### Related Issues None. ### Questions No....

RFC
Math
Native Addons
Accepted
priority: Normal
JavaScript
C
difficulty: 2

### Description This RFC proposes adding fuzzy auto-completion extending the current strict auto-completion. This would allow us to forgive things like spelling mistakes and suggest more relevant completions. ### Related...

Enhancement
RFC
difficulty: 3
REPL
Accepted
priority: Normal
JavaScript

### Description This RFC proposes the addition of a Time Series Generation module to `@stdlib/time` module. This module will facilitate the creation of sequences of dates or timestamps based on...

RFC
Feature
Needs Discussion
Utilities
JavaScript
difficulty: 2

Resolves #492. ## Description > What is the purpose of this pull request? This pull request: - Add support for skew normal distributions' PDF (probability density function). - Add tests...

Feature
Needs Review
Statistics

### Description This RFC proposes that type declarations be added to [@stdlib/utils/compact-adjacency-matrix](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/compact-adjacency-matrix) ![Screenshot from 2024-04-03 12-29-31](https://github.com/stdlib-js/stdlib/assets/97464067/576720f8-a249-4488-8cac-5d2d62766e6a) ### Related Issues Related issues #1330 ### Questions No. ### Other No. ### Checklist...

Updating test.ts by adding few additional tests for the issue --> Insufficient TypeScript declaration tests for @stdlib/utils/circular-buffer #474 Resolves #474 ## Description > What is the purpose of this pull...

Needs Changes

### Description This RFC proposes adding C implementation for [`number/uint32/base/to-int32`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/uint32/base/to-int32). This is a pre-requisite for the C implementation of [`stdlib/math/base/special/pow`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/pow). ### Related Issues Related issues #649. ### Questions No. ###...

RFC
Needs Discussion