stdlib
stdlib copied to clipboard
✨ Standard library for JavaScript and Node.js. ✨
### Description This RFC proposes adding support for replacing lone surrogates in a provided string in order to create a string which is "well-formed". This is a functional API analog...
### Description This RFC proposes adding support for asserting whether an input value is a well-formed string (i.e. does not contain lone surrogates). Package: `@stdlib/assert/is-well-formed-string` Alias: `isWellFormedString` ### Related Issues...
### Description This RFC proposes supporting [`valueOf()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/valueOf) for primitive coercion of zero-dimensional ndarrays. Adding [primitive type coercion](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#type_coercion) would allow zero-dimensional ndarrays to exhibit scalar-like behavior in common unary and binary...
This is a follow up issue from the discussion _Originally posted by @kgryte in https://github.com/stdlib-js/stdlib/pull/1041#discussion_r1244843249_ The CI linter passed even though the returned array in the docstring was `Float64Array`, but...
Closes: #300 ## Description > What is the purpose of this pull request? This pull request: - Implements the RFC proposal for adding the penguin [dataset](https://github.com/allisonhorst/penguins) as an alternative to...
### Description Since the riemann zeta function is very interesting in the critical strip of Re(s)=1/2 I think it would be very useful to implement a very fast method to...
### Description This RFC proposes adding support for filling a strided array with pseudorandom numbers drawn from a logistic distribution. This is the strided interface analog of `@stdlib/random/base/logistic`. Package: `@stdlib/random/strided/logistic`...
### Description This RFC proposes adding support for filling a strided array with pseudorandom numbers drawn from a Lévy distribution. This is the strided interface analog of `@stdlib/random/base/levy`. Package: `@stdlib/random/strided/levy`...
### Description This RFC proposes adding support for filling a strided array with pseudorandom numbers drawn from a Kumaraswamy's double bounded distribution. This is the strided interface analog of `@stdlib/random/base/kumaraswamy`....
## Checklist - [x] include.gypi - [x] binding.gyp - [x] include/stdlib/blas/base - [x] src - [x] manifest.json - [ ] examples - [ ] native - [x] c - [...