stdlib
                                
                                
                                
                                    stdlib copied to clipboard
                            
                            
                            
                        ✨ Standard library for JavaScript and Node.js. ✨
Resolves #812 . With this PR, I'm adding the implementation for replace-after issue. @stdlib-js/reviewers
### 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...
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...
### 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`...
### 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`...
### 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....
### 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...
### 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`....
### 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...
### 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. ###...