stdlib
stdlib copied to clipboard
✨ Standard library for JavaScript and Node.js. ✨
Towards #2464. ## Description > What is the purpose of this pull request? This pull request adds JS implementation for `lapack/base/dptcon`. ## Related Issues > Does this pull request have...
Towards #2464. ## Description > What is the purpose of this pull request? This pull request adds JS implementation of `lapack/base/dpotf2` ## Related Issues > Does this pull request have...
1. The formula for F(x;nu) in the documentation is only valid for x>0. Wikipedia uses t (not x), but gives the same formula, but for t>0 only: From "Sampling Student’s...
## Description > What is the purpose of this pull request? This pull request adds JS implementation for `blas/base/dtrsm` ( Level: 3 ). Towards #2464. ## Related Issues > Does...
Towards #2464. ## Description > What is the purpose of this pull request? This pull request adds JS implementation for `lapack/base/dtrti2` ## Related Issues > Does this pull request have...
### Description This RFC proposes adding `@stdlib/fs/resolve-parent-paths-by` similar to [`@stdlib/fs/resolve-parent-path-by`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/fs/resolve-parent-path-by), which instead of a single path, accepts an array of paths and resolves according to the `predicate`. Similar to [`@stdlib/fs/resolve-parent-paths`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/fs/resolve-parent-paths)...
## Description > What is the purpose of this pull request? This pull request adds JS implementation for `lapack/base/dlange` ## Related Issues > Does this pull request have any related...
### Description This RFC proposes adding support for custom key bindings in the REPL. Some prior art: - **Julia**: supports key bindings for actions like editing, cursor movement, and program...
Towards #2464 ## Description > What is the purpose of this pull request? This pull request adds initial implementation for `lapack/base/dptts2`. ## Related Issues > Does this pull request have...
### Description This RFC proposes adding support for selecting regions of the input using SHIFT+ARROW in the REPL. Julia supports this (attached below). https://github.com/user-attachments/assets/402c9602-5578-4d51-afed-9a77db194187 ### Related Issues Related issues #2647....