stdlib
stdlib copied to clipboard
✨ Standard library for JavaScript and Node.js. ✨
If applied, this commit will add the package `fs/mkdir` ## Description > What is the purpose of this pull request? This pull request adds the package `fs/mkdir` for creating a...
## Description > What is the purpose of this pull request? This RFC proposes to add a routine to scale values of input complex double-precision floating-point vector by another complex...
### Description This RFC proposes to add encoding and decoding functions to stdlib and possibly support multimodal inputs such as text , jpgs and more. This will have wide ranging...
### Description This RFC proposes implement large number of probability distributions. The purpose of this issue is to serve as a tracking issue for implement large number of probability distributions....
Resolves # . ## Description This pull request: Add examples of the functions present in stats/base/dists/triangular namespace adds example demonstration using mean ,mode, median functions in the README. ## Related...
Resolves # . ## Description > What is the purpose of this pull request? This pull request: - Update the example code block in the "Examples" section of the README...
Resolves #1629 ## Description > What is the purpose of this pull request? This pull request: - Added example demonstration using functions in the README. - Added the same demonstration...
## Description > What is the purpose of this pull request? This RFC proposes to add a routine to scale values of input complex single-precision floating-point vector by another complex...
### Description This RFC proposes adding support for multi-line editing to the REPL. Currently, we a user does ``` In [29]: function foo() { // ... } ``` where ``...
### Description This RFC proposes adding support for [bracketed paste](https://cirw.in/blog/bracketed-paste) in the REPL. Currently, if you were to copy ``` console.log( 'foo' ); console.log( 'bar' ); ``` into the REPL,...