stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

✨ Standard library for JavaScript and Node.js. ✨

Results 630 stdlib issues
Sort by recently updated
recently updated
newest added

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

Feature
Base
JavaScript
Needs Changes
LAPACK

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

Feature
Base
JavaScript
Needs Changes
LAPACK

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

Needs Discussion
Statistics

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

Feature
Needs Review
BLAS
JavaScript

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

Feature
Base
JavaScript
Needs Changes
LAPACK

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

RFC
Feature
Utilities
Accepted
Good First Issue
priority: Normal
JavaScript
difficulty: 2

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

Feature
Needs Review
Base
JavaScript
LAPACK

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

Enhancement
RFC
Needs Discussion
REPL
priority: Normal
JavaScript
difficulty: 4

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

Feature
Base
JavaScript
Needs Changes
LAPACK

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

Enhancement
RFC
REPL