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

This PR - updates the REPL namespace

documentation
automated-pr

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

help-wanted
rfc
feature
basic
good-first-issue

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

help-wanted
rfc
feature
basic
good-first-issue

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

rfc
feature
statistics

This PR - updates the related packages section of READMEs to include links to related packages.

documentation
automated-pr

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

tools

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

TypeScript

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

TypeScript

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

automated-issue
fixmes

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

automated-issue
todos