stdlib
stdlib copied to clipboard
✨ Standard library for JavaScript and Node.js. ✨
### Description This RFC proposes add support for serializing positive and negative `Infinity` to JSON. Currently, when serializing an object containing an `Infinity` (either positive or negative), the resultant value...
### Description This RFC proposes add support for serializing `NaN` to JSON. Currently, when serializing an object containing a `NaN`, the resultant value is `null`. ```javascript In [1]: JSON.stringify( {...
### Description This RFC proposes to add a [metalog](https://en.wikipedia.org/wiki/Metalog_distribution) distribution, based on the implementation provided by [rmetalog](https://github.com/isaacfab/rmetalog/). This implementation will include functions for: - `quantile` - `pdf` - `cdf` -...
This PR - updates the related packages section of READMEs to include links to related packages.
## Description > What is the purpose of this pull request? This pull request: - adds tooling for generating changelog files for project packages. ## Questions > Any questions for...
## Description > What is the purpose of this pull request? This pull request: - proposes changing the TypeScript definitions for packages accepting a `dtype` parameter and returning an array...
## Description > What is the purpose of this pull request? This pull request: - simplifies the types of `array/slice` and `array/base/slice` through the use of generic type parameters. ##...
# FIXME annotations - [docs/migration-guides/mathjs/Makefile#L132](https://github.com/stdlib-js/stdlib/blob/develop/docs/migration-guides/mathjs/Makefile#L132): # FIXME: -rm -rf - [docs/migration-guides/mathjs/benchmark/benchmark.erf.matrix.2d.size.js#L82](https://github.com/stdlib-js/stdlib/blob/develop/docs/migration-guides/mathjs/benchmark/benchmark.erf.matrix.2d.size.js#L82): // y = erf( x ); FIXME: support once we have `@stdlib/math/special/erf` - [docs/migration-guides/mathjs/benchmark/benchmark.log10.matrix.2d.size.js#L82](https://github.com/stdlib-js/stdlib/blob/develop/docs/migration-guides/mathjs/benchmark/benchmark.log10.matrix.2d.size.js#L82): // y = log10( x...
# TODO annotations - [docs/contributing/FAQ.md#L277](https://github.com/stdlib-js/stdlib/blob/develop/docs/contributing/FAQ.md#L277): TODO: Can we add a link to the PR naming guidelines here? - [docs/migration-guides/mathjs/Makefile#L146](https://github.com/stdlib-js/stdlib/blob/develop/docs/migration-guides/mathjs/Makefile#L146): # TODO: add Windows command - [docs/migration-guides/mathjs/benchmark/benchmark.subtract.js#L69](https://github.com/stdlib-js/stdlib/blob/develop/docs/migration-guides/mathjs/benchmark/benchmark.subtract.js#L69): // TODO: add math/ops/sub...