stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

✨ Standard library for JavaScript and Node.js. ✨

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

Resolves #812 . With this PR, I'm adding the implementation for replace-after issue. @stdlib-js/reviewers

feature

### Description This RFC proposes adding C implementation for [`@stdlib/math/base/special/spence`](https://github.com/stdlib-js/stdlib/blob/develop/lib/node_modules/%40stdlib/math/base/special/spence). ```c double stdlib_base_spence( const double x ); ``` ### Related Issues None. ### Questions No. ### Other No. ### Checklist...

enhancement
rfc
math
native

Resolves #894 ## Description: C implementation of Spence's function > What is the purpose of this pull request? This pull request: - C implementation of Spence's function ## Related Issues...

Enhancement
Needs Review
Math
Stale
C

### Description This RFC proposes adding support for filling a strided array with pseudorandom numbers drawn from an F distribution. This is the strided interface analog of `@stdlib/random/base/f`. Package: `@stdlib/random/strided/f`...

rfc
feature
good first issue

### Description This RFC proposes adding support for filling a strided array with pseudorandom numbers drawn from a Cauchy distribution. This is the strided interface analog of `@stdlib/random/base/cauchy`. Package: `@stdlib/random/strided/cauchy`...

RFC
Feature
status: Blocked

### Description This RFC proposes adding C implementations to all base special math functions. The purpose of this issue is to serve as a tracking issue for adding C implementations....

Enhancement
RFC
difficulty: 3
Math
Native Addons
Accepted
priority: High
Tracking Issue

### Description This RFC proposes adding support for creating an array of normally distributed pseudorandom numbers with the option to select the underlying PRNG. This is the array creation analog...

rfc
feature
good first issue

### Description This RFC proposes adding support for creating an array of random integers with the option to select the underlying PRNG. This is the array creation analog of `@stdlib/random/base/randi`....

rfc
feature
good first issue

### Description This RFC proposes adding support for filling a strided array with random integers and with the option to select the underlying PRNG. This is the strided array interface...

rfc
feature
good first issue

### Description This RFC proposes adding native C implementation for [`@stdlib/math/base/special/acsc`](https://github.com/stdlib-js/stdlib/blob/develop/lib/node_modules/%40stdlib/math/base/special/acsc/). ```c double stdlib_base_acsc( const double x ); ``` ### Related Issues None. ### Questions No. ### Other No. ###...

enhancement
rfc
math
native
good first issue