stdlib
stdlib copied to clipboard
✨ Standard library for JavaScript and Node.js. ✨
### Description This RFC proposes to improve [README examples](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float16#examples) of the `constants/float16` namespace package. Currently, namespace package READMEs only include minimal examples which are not particularly informative and do not...
### Description This RFC proposes adding the package `@stdlib/blas/base/csscal` for scaling a single-precision complex number by a real constant: ```c void csscal(const int N, const float alpha, void *X, const...
Resolves #1322 . ## Description > What is the purpose of this pull request? This pull request: - Adds `@stdlib/array/base/mskfilter-map`. ## Related Issues > Does this pull request have any...
Resolves #1805 . ## Description > What is the purpose of this pull request? This pull request: - add C implementation for `@stdlib/math/base/assert/int32-is-even` ## Related Issues > Does this pull...
### Description This RFC proposes a make recipe `genmanifest*` that can be used to generate `include.gypi` , `binding.gyp` and `manifest.json` > * *: name can be subjected to change in...
### Description This RFC proposes adding reverse search support in the REPL. The basic idea is to enable entering a search mode in order to more efficiently cycle through previous...
### Description This RFC proposes adding the package `@stdlib/fs/mkdir` for creating a directory asynchronously and synchronously. Package: `@stdlib/fs/mkdir` ```javascript var mkdir = require( '@stdlib/fs/mkdir' ); var mkdirSync = require( '@stdlib/fs/mkdir'...
### Description This RFC proposes refactoring [`@stdlib/blas/ext/base/ssort2sh`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/ssort2sh) to follow current project conventions. These conventions are outlined in more detail in https://github.com/stdlib-js/stdlib/issues/788. Namely, we want to migrate from C++ add-on interfaces...
## Description > What is the purpose of this pull request? This pull request: * adds C implementation for `@stdlib/math/base/special/erfcx` ## Related Issues > Does this pull request have any...
### Description This RFC proposes refactoring [`@stdlib/blas/ext/base/dsort2hp`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/dsort2hp) to follow current project conventions. These conventions are outlined in more detail in https://github.com/stdlib-js/stdlib/issues/788. Namely, we want to migrate from C++ add-on interfaces...