stdlib
stdlib copied to clipboard
✨ Standard library for JavaScript and Node.js. ✨
## 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`...
### 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...
### 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...
### 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....
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...
## 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...
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...
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...
### 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...
### 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`...