stdlib
stdlib copied to clipboard
✨ Standard library for JavaScript and Node.js. ✨
### Description This RFC proposes adding C implementation for [`@stdlib/math/base/special/factorial`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/factorial) ### Related Issues Helps progress #649 ### Questions No. ### Other No. ### Checklist - [X] I have read and...
### Description This RFC proposes to improve the [README examples](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/dists/logistic#examples) of the `stats/base/dists/logistic` namespace package. Currently, namespace package READMEs only include minimal examples which are not particularly informative and do...
### Description This RFC proposes to improve the [README examples](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base#examples) of the `stats/base` namespace package. Currently, namespace package READMEs only include minimal examples which are not particularly informative and do...
### Description This RFC proposes to improve the [README examples](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/dists/triangular#examples) of the `stats/base/dists/triangular` namespace package. Currently, namespace package READMEs only include minimal examples which are not particularly informative and do...
Resolves #1087 ## Description > What is the purpose of this pull request? This pull request: - Adds generics to improve type definitions of the `mapArguments` function. - Updates tests...
### Description This RFC proposes adding a C implementation for [`@stdlib/math/base/special/tan`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/tan) ### Related Issues Helps resolve #649 and unblocks #1663 ### Questions No. ### Other No. ### Checklist - [X]...
### Description This RFC proposes adding macro support in the REPL. To allow users to define macros, we could add a command having the following signature: ``` macro( name, body...
### Description This RFC proposes adding package `@stdlib/assert/is-complex-string`. The package should be similar in structure to [`@stdlib/complex/reviver-float32`](https://github.com/stdlib-js/stdlib/tree/64931c5fdb4abc3a339b619658d3b5acc089e556/lib/node_modules/%40stdlib/complex/reviver-float32). The goal is to assert if an input string is of a complex...
### Description This RFC proposes improving the REPL by adding information about functions and objects (in grayed out text) as you type in the REPL for a more insightful editing...
### Description This RFC proposes adding support for auto-completion and completion previews after function executions in the REPL. The idea is that, for side-effect commands, we could eagerly evaluate and...