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

Resolves #859. ## Checklist - [x] update readme.md - [x] include.gypi - [x] binding.gyp - [x] include/stdlib/math/base/special/ - [x] src - [x] manifest.json - [x] lib - [x] examples -...

feature
math
native

## Description > What is the purpose of this pull request? This pull request: - Adds the typed array `reduce` method to prototype of `Complex64Array` ## Related Issues > Does...

feature

### Description This RFC proposes adding support for filling a strided array with pseudorandom numbers drawn from an Erlang distribution. This is the strided interface analog of `@stdlib/random/base/erlang`. Package: `@stdlib/random/strided/erlang`...

rfc
feature
good first issue

### Description This RFC proposes adding structured package data to facilitate automation and scaffolding. ### Overview The need for structured package data has been discussed at various points during stdlib...

RFC
Feature
Needs Discussion

### Description This RFC proposes adding support for filling a strided array with pseudorandom numbers drawn from a Gumbel distribution. This is the strided interface analog of `@stdlib/random/base/gumbel`. Package: `@stdlib/random/strided/gumbel`...

rfc
feature
good first issue

### Description This RFC proposes adding support for filling a strided array with pseudorandom numbers drawn from a Laplace distribution. This is the strided interface analog of `@stdlib/random/base/laplace`. Package: `@stdlib/random/strided/laplace`...

rfc
feature
good first issue

### Description This RFC proposes adding support for filling a strided array with normally distributed pseudorandom numbers with the option to select the underlying PRNG. This is the strided interface...

rfc
feature
good first issue

### Description This RFC proposes adding support for filling a strided array with pseudorandom numbers drawn from a Pareto (Type I) distribution. This is the strided interface analog of `@stdlib/random/base/pareto-type1`....

rfc
feature
good first issue

Resolves #947 and #940. ## Description > What is the purpose of this pull request? This pull request: - adds `@stdlib/random/array/kumarawamy` - adds `@stdlib/random/strided/laplace` ## Related Issues > Does this...

feature

### Description This RFC proposes adding support for invoking a callback for each (visual) character of a string, while iterating from right-to-left. Signature: ```javascript forEachRight( str, clbk[, thisArg] ) ```...

RFC
Feature
difficulty: 3
priority: Low
Utilities
Accepted
Good First Issue
JavaScript