stdlib (stdlib-js)

stdlib

stdlib-js

Geek Repo

Standard library for JavaScript.

Home Page:https://stdlib.io

Twitter:@stdlibjs

Github PK Tool:Github PK Tool

stdlib's repositories

stdlib

✨ Standard library for JavaScript and Node.js. ✨

Language:JavaScriptLicense:Apache-2.0Stargazers:4002Issues:55Issues:903

string

Standard library string manipulation functions.

Language:JavaScriptLicense:Apache-2.0Stargazers:5Issues:3Issues:0

iter

Standard library iterator utilities.

Language:JavaScriptLicense:Apache-2.0Stargazers:4Issues:4Issues:0

complex

Complex numbers.

Language:JavaScriptLicense:Apache-2.0Stargazers:2Issues:4Issues:0

math

Standard library math.

Language:JavaScriptLicense:Apache-2.0Stargazers:2Issues:4Issues:0

math-base-tools-lucaspoly

Evaluate a Lucas polynomial.

Language:JavaScriptLicense:Apache-2.0Stargazers:2Issues:3Issues:0

www-test-code-coverage

Project code coverage.

assert-is-nonpositive-finite

Test if a value is a number having a nonpositive finite value.

Language:JavaScriptLicense:Apache-2.0Stargazers:1Issues:0Issues:0

assert-is-positive-finite

Test if a value is a number having a non-infinite positive value.

Language:JavaScriptLicense:Apache-2.0Stargazers:1Issues:0Issues:0

assert-is-well-formed-string

Test if a string is a well-formed string.

Language:JavaScriptLicense:Apache-2.0Stargazers:1Issues:0Issues:0

complex-base-parse

Parses a string representing a complex number into a complex like object.

Language:MakefileLicense:Apache-2.0Stargazers:1Issues:0Issues:0

complex-parse-float32

Parse a string representation of a 64-bit complex number.

Language:MakefileLicense:Apache-2.0Stargazers:1Issues:0Issues:0

complex-parse-float64

Parse a string representation of a 128-bit complex number.

Language:MakefileLicense:Apache-2.0Stargazers:1Issues:0Issues:0

iter-do-while-each

Create an iterator which, while a test condition is true, invokes a function for each iterated value before returning the iterated value.

Language:JavaScriptLicense:Apache-2.0Stargazers:1Issues:0Issues:0

math-base-special-cosd

Compute the cosine of an angle measured in degrees.

Language:MakefileLicense:Apache-2.0Stargazers:1Issues:0Issues:0

math-base-special-cotd

Compute the cotangent of an angle measured in degrees

Language:MakefileLicense:Apache-2.0Stargazers:1Issues:0Issues:0

math-base-special-secd

Compute the secant of an angle measured in degrees.

Language:MakefileLicense:Apache-2.0Stargazers:1Issues:0Issues:0

math-base-special-tand

Compute the tangent of an angle measured in degrees

Language:MakefileLicense:Apache-2.0Stargazers:1Issues:0Issues:0

math-base-tools-evalpolyf

Evaluate a polynomial using single-precision floating-point arithmetic.

Language:JavaScriptLicense:Apache-2.0Stargazers:1Issues:0Issues:0

string-base-for-each-right

Invoke a function for each UTF-16 code unit in a string iterating from right to left.

Language:MakefileLicense:Apache-2.0Stargazers:1Issues:0Issues:0

string-base-last

Return the last UTF-16 code unit of a string.

Language:MakefileLicense:Apache-2.0Stargazers:1Issues:2Issues:0

string-base-replace-after

Replace the substring after the first occurrence of a specified search string.

Language:MakefileLicense:Apache-2.0Stargazers:1Issues:0Issues:0

string-base-replace-after-last

Replace the substring after the last occurrence of a specified search string.

Language:MakefileLicense:Apache-2.0Stargazers:1Issues:0Issues:0

string-base-replace-before-last

Replace the substring before the last occurrence of a specified search string.

Language:MakefileLicense:Apache-2.0Stargazers:1Issues:0Issues:0

string-base-stickycase

Convert a string to sticky case.

Language:MakefileLicense:Apache-2.0Stargazers:1Issues:0Issues:0

string-to-well-formed

Convert a string to a well formed string.

Language:MakefileLicense:Apache-2.0Stargazers:1Issues:2Issues:0

utils-any-in-by

Test whether at least one property in an object passes a test implemented by a predicate function.

Language:MakefileLicense:Apache-2.0Stargazers:1Issues:0Issues:0

utils-none-own-by

Tests whether every own property of an object fails a test implemented by a predicate function.

Language:MakefileLicense:Apache-2.0Stargazers:1Issues:0Issues:0

utils-parse-ndjson

Parse a string as Newline-Delimited JSON (NDJSON).

Language:MakefileLicense:Apache-2.0Stargazers:1Issues:0Issues:0

utils-some-own-by

Test whether some `own` properties of a provided object satisfy a predicate function for at least `n` properties.

Language:MakefileLicense:Apache-2.0Stargazers:1Issues:0Issues:0