stdlib-js

stdlib-js

🏢 Organization

247 repositories on SrcLog

View on GitHub
247 Repos
5.8k Stars
884 Forks
5.8k Watchers

Repositories (247)

stdlib stdlib-js/stdlib JavaScript

✨ The fundamental numerical library for JavaScript and TypeScript. ✨

5.4k
stats-chi2test stdlib-js/stats-chi2test JavaScript

Perform a chi-square independence test.

7
ndarray-base-ind2sub stdlib-js/ndarray-base-ind2sub JavaScript

Convert a linear index to an array of subscripts.

4
math-base-assert-is-probability stdlib-js/math-base-assert-is-probability Makefile

Test if a numeric value is a probability.

4
utils stdlib-js/utils JavaScript

Standard utilities.

4
assert-is-prime stdlib-js/assert-is-prime JavaScript

Test if a value is a prime number.

4
iter stdlib-js/iter JavaScript

Standard library iterator utilities.

4
number-uint32-base-rotl stdlib-js/number-uint32-base-rotl Makefile

Bitwise rotation to the left.

3
assert-is-complex128array stdlib-js/assert-is-complex128array Makefile

Test if a value is a Complex128Array.

3
utils-linked-list stdlib-js/utils-linked-list JavaScript

Linked list.

3
number-float64-base-from-words stdlib-js/number-float64-base-from-words Makefile

Create a double-precision floating-point number from a higher order word and a lower order word.

3
utils-inherited-keys stdlib-js/utils-inherited-keys Makefile

Return an array of an object's inherited enumerable property names.

3
utils-nonenumerable-property-names stdlib-js/utils-nonenumerable-property-names Makefile

Return an array of an object's own non-enumerable property names.

3
time stdlib-js/time JavaScript

Standard library time utilities.

3
streams-node-from-array stdlib-js/streams-node-from-array JavaScript

Create a readable stream from an array-like object.

3
utils-pluck stdlib-js/utils-pluck JavaScript

Extract a property value from each element of an object array.

3
assert-is-symbol-array stdlib-js/assert-is-symbol-array Makefile

Test if a value is an array-like object containing only symbols.

3
streams-node-empty stdlib-js/streams-node-empty JavaScript

Create an empty readable stream.

3
assert-contains stdlib-js/assert-contains JavaScript

Test if an array-like value contains a search value.

3
utils-async-any-by-right stdlib-js/utils-async-any-by-right JavaScript

Test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.

3
number-float32-base-to-uint32 stdlib-js/number-float32-base-to-uint32 Makefile

Convert a single-precision floating-point number to an unsigned 32-bit integer.

3
number-float32-base-from-binary-string stdlib-js/number-float32-base-from-binary-string Makefile

Create a single-precision floating-point number from a literal bit representation.

3
utils-identity-function stdlib-js/utils-identity-function Makefile

Identity function.

3
utils-move-property stdlib-js/utils-move-property Makefile

Move a property from one object to another object.

3
assert-is-ascii stdlib-js/assert-is-ascii JavaScript

Test whether a character belongs to the ASCII character set and whether this is true for all characters in a provided string.

3
time-iso-weeks-in-year stdlib-js/time-iso-weeks-in-year JavaScript

Determine the number of ISO weeks in a year according to the Gregorian calendar.

3
utils-compact-adjacency-matrix stdlib-js/utils-compact-adjacency-matrix JavaScript

Compact adjacency matrix.

3
assert-is-empty-string stdlib-js/assert-is-empty-string JavaScript

Test if a value is an empty string.

3
utils-convert-path stdlib-js/utils-convert-path JavaScript

Convert between POSIX and Windows paths.

3
streams-node-debug stdlib-js/streams-node-debug JavaScript

Transform stream for debugging stream pipelines.

3