stdlib
stdlib copied to clipboard
✨ Standard library for JavaScript and Node.js. ✨
### 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...
### 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...
## 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 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....
### 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...
### 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...
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...
### 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)  ### 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...
### 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. ###...