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

## Description > What is the purpose of this pull request? This RFC proposes to add a routine to perform one of the matrix-vector operations `y = alpha*A*x + beta*y`...

BLAS

### Description This RFC proposes adding the package `@stdlib/iter/cunone-by`, which cumulatively tests whether no iterated value passes a test implemented by a predicate function. The returned iterator should be a...

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

### Description This RFC proposes adding `math/base/special/fmod`, which would follow this reference implementation: https://github.com/JuliaMath/openlibm/blob/master/src/e_fmod.c This would enable us to have a function that works the same way as the modulus...

RFC
Feature
difficulty: 3
Math
Accepted
priority: Normal
JavaScript
C

### Description This RFC proposes adding the package `@stdlib/array/base/cunone`, which cumulatively tests whether every array element in a provided array is falsy. The function should return a new generic array....

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

Resolves #1334 . ## Description > What is the purpose of this pull request? implements the package @stdlib/iter/cartesian-square. This pull request: ## Related Issues > Does this pull request have...

Feature
Utilities
Needs Changes

## Description > What is the purpose of this pull request? This pull request: - adds a C implementation for `@stdlib/number/float32/base/signbit` ## Related Issues > Does this pull request have...

Math
Native Addons
C
Needs Changes
Do Not Merge

Resolves #1336 ## Description > What is the purpose of this pull request? The purpose of this pull request is to implement the iterCartesianPower function, which generates the Cartesian power...

Feature
Needs Review
Utilities
Needs Changes

Resolves #228 ## Description > What is the purpose of this pull request? This pull request: - Computes the value of hyperbolic secant of an input in radian - It...

Feature
Math
C
Needs Changes

### Description This RFC proposes - adding commands like `prevTheme` and `nextTheme` for easier switching between syntax highlighting themes - adding a command like `themeSample` that prints out a syntactically...

RFC
REPL

### Description This RFC proposes adding packages for terminal colors and terminal color detection. Potential locations for the package are discussed [here](https://github.com/stdlib-js/stdlib/pull/2254#discussion_r1610842438). Namely adding something along the lines of `@stdlib/cli/colors`...

RFC
REPL