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