stdlib
stdlib copied to clipboard
✨ Standard library for JavaScript and Node.js. ✨
### Description Currently, the `@stdlib/ndarray/base/nullary/test/test.js` only tests whether the main export is a function. This RFC proposes to add tests to verify: - The first argument provided is an ndarray-like...
### Description [OpenBLAS 0.2.19](https://github.com/OpenMathLib/OpenBLAS/releases/tag/v0.2.19) is almost eight years out of date. As a result, I ran into issues running make install-deps-openblas. See truncated error logs below: ... Makefile:488: warning: undefined...
Resolves #2072 ## Description > What is the purpose of this pull request? This pull request: - [x] adds syntax highlighting to the REPL - [ ] add more color...
## Description > What is the purpose of this pull request? This RFC proposes to add a routine to scale values of input complex double-precision floating-point vector by another complex...
## Description > What is the purpose of this pull request? This pull request: - Adds the typed array `toLocaleString` method to prototype of `Complex128Array` ## Related Issues > Does...
This PR changes the permissions of project `cli` scripts to be executable.
This PR - updates the REPL namespace documentation
### Description This RFC proposes moving packages found in [`@stdlib/math/base/ops`](https://github.com/stdlib-js/stdlib/tree/c37109b3c683878107df935c393a9301cb38d5a7/lib/node_modules/%40stdlib/math/base/ops) to respective sub-namespaces in `@stdlib/number/*` and `@stdlib/complex/*`. For example, - `@stdlib/math/base/ops/add` => `@stdlib/number/float64/base/add` - `@stdlib/math/base/ops/addf` => `@stdlib/number/float32/base/add` - ... Currently,...
### Description This RFC proposes refactoring the `@stdlib/complex` namespace into separate sub-namespaces for `float32` and `float64`. Currently, the `@stdlib/complex` is a flat(ish) namespace, containing top-level packages which are tailored to...