stdlib
stdlib copied to clipboard
✨ Standard library for JavaScript and Node.js. ✨
Resolves #2328 ## Description > What is the purpose of this pull request? This pull request: - Adds implementation to `@stdlib/array/base/cuevery-by-right` ## Related Issues > Does this pull request have...
Resolves #2329 ## Description > What is the purpose of this pull request? This pull request: - Adds implementation to `@stdlib/array/base/cunone-by-right` ## Related Issues > Does this pull request have...
Resolves #2330 ## Description > What is the purpose of this pull request? This pull request: Adds implementation for `@stdlib/array/base/cusome-by-right` ## Related Issues > Does this pull request have any...
Towards #2464. ## Description > What is the purpose of this pull request? This pull request adds JS implementation for `lapack/base/dlacn2`. ## Related Issues > Does this pull request have...
Resolves [#2322](https://github.com/stdlib-js/stdlib/issues/2322). ## Description add `@stdlib/array/base/cusome` This pull request: - resolves [ [RFC]: add @stdlib/array/base/cusome](https://github.com/stdlib-js/stdlib/issues/2322). ## Checklist > Please ensure the following tasks are completed before submitting this pull request....
Towards #2464. ## Description > What is the purpose of this pull request? This pull request adds JS implementation for `lapack/base/dpoequ`. ## Related Issues > Does this pull request have...
refactor: use `stdlib` equivalent instead of built-in, fix indentation in `math/base/special/ldexp`
## Description > What is the purpose of this pull request? This pull request: - replaces the use of built-in `pow` with `stdlib_base_pow`. - fixes indentation in `example.c`. ## Related...
## Description > What is the purpose of this pull request? This pull request adds JS implementation for `lapack/base/dlaset` ## Related Issues > Does this pull request have any related...
Towards #2464. ## Description > What is the purpose of this pull request? This pull request adds JS implementation for `lapack/base/dlaqge`. ## Related Issues > Does this pull request have...
## Description > What is the purpose of this pull request? This pull request: - adds `C` implementation for [`math/base/special/riemann-zeta`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/riemann-zeta). ```c double stdlib_base_zeta( const double s ); ``` ## Related...