@stdlib · 371 packages

Name Description License Versions
@stdlib/array 3 greenflagged / 23 total
@stdlib/array-base-accessor-getter Return an accessor function for retrieving an element from an array-like object supporting the get/set protocol. Apache-2.0 1 greenflagged / 6 total
@stdlib/array-base-accessor-setter Return an accessor function for setting an element in an array-like object supporting the get/set protocol. Apache-2.0 1 greenflagged / 6 total
@stdlib/array-base-arraylike2object Convert an array-like object to an object likely to have the same "shape". Apache-2.0 1 greenflagged / 6 total
@stdlib/array-base-assert-contains Test if an array contains a provided search value. Apache-2.0 1 greenflagged / 6 total
@stdlib/array-base-assert-is-accessor-array Test if an array-like object supports the accessor (get/set) protocol. Apache-2.0 1 greenflagged / 6 total
@stdlib/array-base-assert-is-booleanarray Test if a value is a BooleanArray. Apache-2.0 1 greenflagged / 3 total
@stdlib/array-base-assert-is-complex-typed-array Test if a value is a complex typed array. Apache-2.0 1 greenflagged / 4 total
@stdlib/array-base-assert-is-complex128array Test if a value is a Complex128Array. Apache-2.0 1 greenflagged / 5 total
@stdlib/array-base-assert-is-complex64array Test if a value is a Complex64Array. Apache-2.0 1 greenflagged / 5 total
@stdlib/array-base-filled Create a filled generic array. Apache-2.0 1 greenflagged / 7 total
@stdlib/array-base-getter Return an accessor function for retrieving an element from an indexed array-like object. Apache-2.0 1 greenflagged / 6 total
@stdlib/array-base-incrspace Generate a linearly spaced numeric array according to a provided increment. Apache-2.0 1 greenflagged / 7 total
@stdlib/array-base-index-of-same-value Return the index of the first element which equals a provided search element according to the same value algorithm. Apache-2.0 2 greenflagged / 2 total
@stdlib/array-base-resolve-getter Return an accessor function for retrieving an element from an array-like object. Apache-2.0 1 greenflagged / 5 total
@stdlib/array-base-setter Return an accessor function for setting an element in an indexed array-like object. Apache-2.0 1 greenflagged / 6 total
@stdlib/array-base-zeros Create a zero-filled generic array. Apache-2.0 1 greenflagged / 8 total
@stdlib/array-bool BooleanArray. Apache-2.0 2 greenflagged / 4 total
@stdlib/array-complex128 Complex128Array. Apache-2.0 2 greenflagged / 12 total
@stdlib/array-complex64 Complex64Array. Apache-2.0 2 greenflagged / 12 total
@stdlib/array-dtype Return the data type of an array. Apache-2.0 1 greenflagged / 11 total
@stdlib/array-float32 Float32Array. Apache-2.0 1 greenflagged / 12 total
@stdlib/array-float64 Float64Array. Apache-2.0 1 greenflagged / 12 total
@stdlib/array-int16 Int16Array. Apache-2.0 1 greenflagged / 12 total
@stdlib/array-int32 Int32Array. Apache-2.0 1 greenflagged / 12 total
@stdlib/array-int8 Int8Array. Apache-2.0 1 greenflagged / 12 total
@stdlib/array-uint16 Uint16Array. Apache-2.0 1 greenflagged / 12 total
@stdlib/array-uint32 Uint32Array. Apache-2.0 1 greenflagged / 12 total
@stdlib/array-uint8 Uint8Array. Apache-2.0 1 greenflagged / 13 total
@stdlib/array-uint8c Uint8ClampedArray. Apache-2.0 1 greenflagged / 14 total
@stdlib/assert 3 greenflagged / 22 total
@stdlib/assert-contains Test if an array-like value contains a search value. Apache-2.0 2 greenflagged / 13 total
@stdlib/assert-has-float32array-support Detect native Float32Array support. Apache-2.0 1 greenflagged / 14 total
@stdlib/assert-has-float64array-support Detect native Float64Array support. Apache-2.0 1 greenflagged / 14 total
@stdlib/assert-has-generator-support Detect native generator function support. Apache-2.0 1 greenflagged / 14 total
@stdlib/assert-has-int16array-support Detect native Int16Array support. Apache-2.0 1 greenflagged / 14 total
@stdlib/assert-has-int32array-support Detect native Int32Array support. Apache-2.0 1 greenflagged / 14 total
@stdlib/assert-has-int8array-support Detect native Int8Array support. Apache-2.0 1 greenflagged / 14 total
@stdlib/assert-has-iterator-symbol-support Detect native Symbol.iterator support. Apache-2.0 1 greenflagged / 14 total
@stdlib/assert-has-node-buffer-support 1 greenflagged / 14 total
@stdlib/assert-has-own-property Test if an object has a specified property. Apache-2.0 1 greenflagged / 13 total
@stdlib/assert-has-symbol-support Detect native Symbol support. Apache-2.0 1 greenflagged / 14 total
@stdlib/assert-has-to-primitive-symbol-support Detect native Symbol.toPrimitive support. Apache-2.0 2 greenflagged / 2 total
@stdlib/assert-has-tostringtag-support Detect native Symbol.toStringTag support. Apache-2.0 1 greenflagged / 15 total
@stdlib/assert-has-uint16array-support Detect native Uint16Array support. Apache-2.0 1 greenflagged / 14 total
@stdlib/assert-has-uint32array-support Detect native Uint32Array support. Apache-2.0 1 greenflagged / 14 total
@stdlib/assert-has-uint8array-support Detect native Uint8Array support. Apache-2.0 1 greenflagged / 14 total
@stdlib/assert-has-uint8clampedarray-support Detect native Uint8ClampedArray support. Apache-2.0 1 greenflagged / 14 total
@stdlib/assert-is-accessor-array Test if a value is an array-like object supporting the accessor (get/set) protocol. Apache-2.0 1 greenflagged / 6 total
@stdlib/assert-is-arguments Test if a value is an arguments object. Apache-2.0 1 greenflagged / 13 total
@stdlib/assert-is-array Test if a value is an array. Apache-2.0 1 greenflagged / 13 total
@stdlib/assert-is-array-like Test if a value is array-like. Apache-2.0 1 greenflagged / 13 total
@stdlib/assert-is-array-like-object Test if a value is an array-like object. Apache-2.0 1 greenflagged / 13 total
@stdlib/assert-is-arraybuffer Test if a value is an ArrayBuffer. Apache-2.0 1 greenflagged / 14 total
@stdlib/assert-is-big-endian Check if an environment is big endian. Apache-2.0 1 greenflagged / 13 total
@stdlib/assert-is-boolean Test if a value is a boolean. Apache-2.0 1 greenflagged / 14 total
@stdlib/assert-is-buffer Test if a value is a Buffer object. Apache-2.0 1 greenflagged / 14 total
@stdlib/assert-is-collection Test if a value is a collection. Apache-2.0 1 greenflagged / 13 total
@stdlib/assert-is-complex-like Test if a value is a complex number-like object. Apache-2.0 2 greenflagged / 13 total
@stdlib/assert-is-enumerable-property Test if an object's own property is enumerable. Apache-2.0 1 greenflagged / 12 total
@stdlib/assert-is-error 1 greenflagged / 14 total
@stdlib/assert-is-float32array Test if a value is a Float32Array. Apache-2.0 1 greenflagged / 14 total
@stdlib/assert-is-float64array Test if a value is a Float64Array. Apache-2.0 1 greenflagged / 14 total
@stdlib/assert-is-function Test if a value is a function. Apache-2.0 1 greenflagged / 14 total
@stdlib/assert-is-int16array Test if a value is an Int16Array. Apache-2.0 1 greenflagged / 14 total
@stdlib/assert-is-int32array Test if a value is an Int32Array. Apache-2.0 1 greenflagged / 14 total
@stdlib/assert-is-int8array Test if a value is an Int8Array. Apache-2.0 1 greenflagged / 14 total
@stdlib/assert-is-integer Test if a value is a number having an integer value. Apache-2.0 1 greenflagged / 13 total
@stdlib/assert-is-little-endian Check if an environment is little endian. Apache-2.0 1 greenflagged / 13 total
@stdlib/assert-is-nan Test if a value is NaN. Apache-2.0 1 greenflagged / 13 total
@stdlib/assert-is-nonnegative-integer Test if a value is a number having a nonnegative integer value. Apache-2.0 1 greenflagged / 12 total
@stdlib/assert-is-number Test if a value is a number. Apache-2.0 1 greenflagged / 13 total
@stdlib/assert-is-number-array Test if a value is an array-like object of numbers. Apache-2.0 1 greenflagged / 13 total
@stdlib/assert-is-object Test if a value is an object. Apache-2.0 1 greenflagged / 14 total
@stdlib/assert-is-object-like Test if a value is object-like. Apache-2.0 1 greenflagged / 14 total
@stdlib/assert-is-plain-object Test if a value is a plain object. Apache-2.0 1 greenflagged / 13 total
@stdlib/assert-is-positive-integer Test if a value is a number having a positive integer value. Apache-2.0 1 greenflagged / 12 total
@stdlib/assert-is-regexp Test if a value is a regular expression. Apache-2.0 1 greenflagged / 13 total
@stdlib/assert-is-same-value Test if two arguments are the same value. Apache-2.0 1 greenflagged / 13 total
@stdlib/assert-is-string Test if a value is a string. Apache-2.0 1 greenflagged / 14 total
@stdlib/assert-is-string-array Test if a value is an array of strings. Apache-2.0 1 greenflagged / 15 total
@stdlib/assert-is-typed-array-like Test if a value is typed-array-like. Apache-2.0 1 greenflagged / 13 total
@stdlib/assert-is-uint16array Test if a value is a Uint16Array. Apache-2.0 1 greenflagged / 14 total
@stdlib/assert-is-uint32array Test if a value is a Uint32Array. Apache-2.0 1 greenflagged / 14 total
@stdlib/assert-is-uint8array Test if a value is a Uint8Array. Apache-2.0 1 greenflagged / 14 total
@stdlib/assert-is-uint8clampedarray Test if a value is a Uint8ClampedArray. Apache-2.0 1 greenflagged / 14 total
@stdlib/assert-napi-equal-typedarray-types Assert that two Node-API typed array data types are equal. Apache-2.0 1 greenflagged / 7 total
@stdlib/assert-napi-equal-types Assert that two Node-API data types are equal. Apache-2.0 1 greenflagged / 7 total
@stdlib/assert-napi-is-type Assert that a Node-API value is a specified Node-API data type. Apache-2.0 1 greenflagged / 7 total
@stdlib/assert-napi-is-typedarray Assert that a Node-API value is a Node-API typed array. Apache-2.0 1 greenflagged / 7 total
@stdlib/assert-napi-status-ok C utilities for asserting that a Node-API call returns an "ok" status. Apache-2.0 1 greenflagged / 7 total
@stdlib/assert-tools-array-function Return a function which tests if every element in an array passes a test condition. Apache-2.0 1 greenflagged / 13 total
@stdlib/assert-tools-array-like-function Return a function which tests if every element in an array-like object passes a test condition. Apache-2.0 1 greenflagged / 12 total
@stdlib/bigint 3 greenflagged / 22 total
@stdlib/blas 3 greenflagged / 23 total
@stdlib/blas-base-gcopy Copy values from x into y. Apache-2.0 2 greenflagged / 13 total
@stdlib/blas-ext-base-gapxsumpw Add a scalar constant to each strided array element and compute the sum using pairwise summation. Apache-2.0 2 greenflagged / 16 total
@stdlib/blas-ext-base-gsumpw Calculate the sum of strided array elements using pairwise summation. Apache-2.0 2 greenflagged / 16 total
@stdlib/boolean 3 greenflagged / 11 total
@stdlib/boolean-ctor Boolean constructor. Apache-2.0 1 greenflagged / 7 total
@stdlib/buffer 3 greenflagged / 22 total
@stdlib/buffer-ctor 1 greenflagged / 13 total
@stdlib/buffer-from-buffer 1 greenflagged / 13 total
@stdlib/cli 3 greenflagged / 21 total
@stdlib/complex 3 greenflagged / 23 total
@stdlib/complex-float32-ctor 64-bit complex number. Apache-2.0 2 greenflagged / 4 total
@stdlib/complex-float32-imag Return the imaginary component of a single-precision complex floating-point number. Apache-2.0 1 greenflagged / 3 total
@stdlib/complex-float32-real Return the real component of a single-precision complex floating-point number. Apache-2.0 1 greenflagged / 3 total
@stdlib/complex-float32-reim Return the real and imaginary components of a single-precision complex floating-point number. Apache-2.0 2 greenflagged / 5 total
@stdlib/complex-float64-base-assert-is-same-value Test whether two double-precision complex floating-point numbers are the same value. Apache-2.0 2 greenflagged / 4 total
@stdlib/complex-float64-ctor 128-bit complex number. Apache-2.0 3 greenflagged / 6 total
@stdlib/complex-float64-imag Return the imaginary component of a double-precision complex floating-point number. Apache-2.0 1 greenflagged / 3 total
@stdlib/complex-float64-real Return the real component of a double-precision complex floating-point number. Apache-2.0 1 greenflagged / 3 total
@stdlib/complex-float64-reim Return the real and imaginary components of a double-precision complex floating-point number. Apache-2.0 2 greenflagged / 5 total
@stdlib/constants 3 greenflagged / 22 total
@stdlib/constants-array-max-array-length Maximum length for a generic array. Apache-2.0 1 greenflagged / 13 total
@stdlib/constants-array-max-typed-array-length Maximum length for a typed array. Apache-2.0 1 greenflagged / 13 total
@stdlib/constants-float16-eps Difference between one and the smallest value greater than one that can be represented as a half-precision floating-point number. Apache-2.0 1 greenflagged / 13 total
@stdlib/constants-float16-exponent-bias The bias of a half-precision floating-point number's exponent. Apache-2.0 2 greenflagged / 14 total
@stdlib/constants-float16-exponent-mask Mask for the exponent of a half-precision floating-point number. Apache-2.0 2 greenflagged / 2 total
@stdlib/constants-float16-max Maximum half-precision floating-point number. Apache-2.0 1 greenflagged / 13 total
@stdlib/constants-float16-num-significand-bits Number of significand bits for a half-precision floating-point number. Apache-2.0 2 greenflagged / 2 total
@stdlib/constants-float16-sign-mask Mask for the sign bit of a half-precision floating-point number. Apache-2.0 2 greenflagged / 2 total
@stdlib/constants-float16-significand-mask Mask for the significand of a half-precision floating-point number. Apache-2.0 2 greenflagged / 2 total
@stdlib/constants-float16-smallest-normal Smallest positive normalized half-precision floating-point number. Apache-2.0 1 greenflagged / 13 total
@stdlib/constants-float32-abs-mask Mask for excluding the sign bit of a single-precision floating-point number. Apache-2.0 1 greenflagged / 7 total
@stdlib/constants-float32-eps Difference between one and the smallest value greater than one that can be represented as a single-precision floating-point number. Apache-2.0 1 greenflagged / 13 total
@stdlib/constants-float32-exponent-bias The bias of a single-precision floating-point number's exponent. Apache-2.0 1 greenflagged / 14 total
@stdlib/constants-float32-exponent-mask Mask for the exponent of a single-precision floating-point number. Apache-2.0 1 greenflagged / 7 total
@stdlib/constants-float32-max Maximum single-precision floating-point number. Apache-2.0 1 greenflagged / 14 total
@stdlib/constants-float32-ninf Single-precision floating-point negative infinity. Apache-2.0 1 greenflagged / 13 total
@stdlib/constants-float32-num-significand-bits Number of significand bits for a single-precision floating-point number. Apache-2.0 2 greenflagged / 2 total
@stdlib/constants-float32-pinf Single-precision floating-point positive infinity. Apache-2.0 1 greenflagged / 13 total
@stdlib/constants-float32-sign-mask Mask for the sign bit of a single-precision floating-point number. Apache-2.0 1 greenflagged / 7 total
@stdlib/constants-float32-significand-mask Mask for the significand of a single-precision floating-point number. Apache-2.0 2 greenflagged / 8 total
@stdlib/constants-float32-smallest-normal Smallest positive normalized single-precision floating-point number. Apache-2.0 1 greenflagged / 14 total
@stdlib/constants-float64-e Euler's number. Apache-2.0 1 greenflagged / 14 total
@stdlib/constants-float64-eps Difference between one and the smallest value greater than one that can be represented as a double-precision floating-point number. Apache-2.0 1 greenflagged / 14 total
@stdlib/constants-float64-eulergamma The Euler-Mascheroni constant. Apache-2.0 1 greenflagged / 14 total
@stdlib/constants-float64-exponent-bias The bias of a double-precision floating-point number's exponent. Apache-2.0 1 greenflagged / 14 total
@stdlib/constants-float64-fourth-pi 1/4 times π. Apache-2.0 1 greenflagged / 14 total
@stdlib/constants-float64-gamma-lanczos-g Arbitrary constant `g` to be used in Lanczos approximation functions. Apache-2.0 1 greenflagged / 14 total
@stdlib/constants-float64-half-ln-two One half times the natural logarithm of 2. Apache-2.0 1 greenflagged / 14 total
@stdlib/constants-float64-half-pi 1/2 times π. Apache-2.0 1 greenflagged / 14 total
@stdlib/constants-float64-high-word-abs-mask High word mask for excluding the sign bit of a double-precision floating-point number. Apache-2.0 1 greenflagged / 7 total
@stdlib/constants-float64-high-word-exponent-mask High word mask for the exponent of a double-precision floating-point number. Apache-2.0 1 greenflagged / 14 total
@stdlib/constants-float64-high-word-sign-mask High word mask for the sign bit of a double-precision floating-point number. Apache-2.0 1 greenflagged / 5 total
@stdlib/constants-float64-high-word-significand-mask High word mask for the significand of a double-precision floating-point number. Apache-2.0 1 greenflagged / 14 total
@stdlib/constants-float64-ln-sqrt-two-pi Natural logarithm of the square root of 2π. Apache-2.0 1 greenflagged / 14 total
@stdlib/constants-float64-ln-two Natural logarithm of 2. Apache-2.0 1 greenflagged / 14 total
@stdlib/constants-float64-max Maximum double-precision floating-point number. Apache-2.0 1 greenflagged / 14 total
@stdlib/constants-float64-max-base10-exponent The maximum base 10 exponent for a double-precision floating-point number. Apache-2.0 1 greenflagged / 14 total
@stdlib/constants-float64-max-base2-exponent The maximum biased base 2 exponent for a double-precision floating-point number. Apache-2.0 1 greenflagged / 14 total
@stdlib/constants-float64-max-base2-exponent-subnormal The maximum biased base 2 exponent for a subnormal double-precision floating-point number. Apache-2.0 1 greenflagged / 12 total
@stdlib/constants-float64-max-ln Natural logarithm of the maximum double-precision floating-point number. Apache-2.0 1 greenflagged / 14 total
@stdlib/constants-float64-max-nth-factorial Maximum nth factorial when stored in double-precision floating-point format. Apache-2.0 2 greenflagged / 2 total
@stdlib/constants-float64-max-safe-integer Maximum safe double-precision floating-point integer. Apache-2.0 1 greenflagged / 14 total
@stdlib/constants-float64-min-base10-exponent The minimum base 10 exponent for a normal double-precision floating-point number. Apache-2.0 1 greenflagged / 16 total
@stdlib/constants-float64-min-base10-exponent-subnormal The minimum base 10 exponent for a subnormal double-precision floating-point number. Apache-2.0 1 greenflagged / 14 total
@stdlib/constants-float64-min-base2-exponent The minimum biased base 2 exponent for a normal double-precision floating-point number. Apache-2.0 1 greenflagged / 16 total
@stdlib/constants-float64-min-base2-exponent-subnormal The minimum biased base 2 exponent for a subnormal double-precision floating-point number. Apache-2.0 1 greenflagged / 14 total
@stdlib/constants-float64-min-ln Natural logarithm of the smallest normalized double-precision floating-point number. Apache-2.0 1 greenflagged / 16 total
@stdlib/constants-float64-ninf Double-precision floating-point negative infinity. Apache-2.0 1 greenflagged / 16 total
@stdlib/constants-float64-num-high-word-significand-bits Number of significand bits in the high word of a double-precision floating-point number. Apache-2.0 2 greenflagged / 2 total
@stdlib/constants-float64-pi π. Apache-2.0 1 greenflagged / 16 total
@stdlib/constants-float64-pinf Double-precision floating-point positive infinity. Apache-2.0 1 greenflagged / 16 total
@stdlib/constants-float64-smallest-normal Smallest positive double-precision floating-point normal number. Apache-2.0 1 greenflagged / 16 total
@stdlib/constants-float64-smallest-subnormal Smallest positive double-precision floating-point number. Apache-2.0 1 greenflagged / 16 total
@stdlib/constants-float64-sqrt-eps Square root of double-precision floating-point epsilon. Apache-2.0 1 greenflagged / 16 total
@stdlib/constants-float64-sqrt-two Square root of 2. Apache-2.0 1 greenflagged / 16 total
@stdlib/constants-float64-sqrt-two-pi Square root of 2π. Apache-2.0 1 greenflagged / 16 total
@stdlib/constants-float64-two-pi 2π. Apache-2.0 1 greenflagged / 16 total
@stdlib/constants-int16-max Maximum signed 16-bit integer. Apache-2.0 1 greenflagged / 15 total
@stdlib/constants-int16-min Minimum signed 16-bit integer. Apache-2.0 1 greenflagged / 15 total
@stdlib/constants-int32-max Maximum signed 32-bit integer. Apache-2.0 1 greenflagged / 15 total
@stdlib/constants-int32-min Minimum signed 32-bit integer. Apache-2.0 1 greenflagged / 15 total
@stdlib/constants-int8-max Maximum signed 8-bit integer. Apache-2.0 1 greenflagged / 15 total
@stdlib/constants-int8-min Minimum signed 8-bit integer. Apache-2.0 1 greenflagged / 15 total
@stdlib/constants-uint16-max Maximum unsigned 16-bit integer. Apache-2.0 1 greenflagged / 15 total
@stdlib/constants-uint32-max Maximum unsigned 32-bit integer. Apache-2.0 1 greenflagged / 15 total
@stdlib/constants-uint8-max Maximum unsigned 8-bit integer. Apache-2.0 1 greenflagged / 15 total
@stdlib/dstructs 2 greenflagged / 2 total
@stdlib/error-tools-fmtprodmsg Format an error message for production. Apache-2.0 1 greenflagged / 8 total
@stdlib/fs 3 greenflagged / 23 total
@stdlib/fs-exists Test whether a path exists on the filesystem. Apache-2.0 1 greenflagged / 14 total
@stdlib/fs-resolve-parent-path Resolve a path by walking parent directories. Apache-2.0 1 greenflagged / 14 total
@stdlib/function 3 greenflagged / 11 total
@stdlib/function-ctor Function constructor. Apache-2.0 1 greenflagged / 8 total
@stdlib/iter 3 greenflagged / 23 total
@stdlib/lapack LAPACK routines. Apache-2.0 2 greenflagged / 6 total
@stdlib/math 3 greenflagged / 25 total
@stdlib/math-base-assert-is-even Test if a finite numeric value is an even number. Apache-2.0 2 greenflagged / 14 total
@stdlib/math-base-assert-is-finite Test if a double-precision floating-point numeric value is finite. Apache-2.0 1 greenflagged / 13 total
@stdlib/math-base-assert-is-finitef Test if a single-precision floating-point numeric value is finite. Apache-2.0 1 greenflagged / 12 total
@stdlib/math-base-assert-is-infinite Test if a double-precision floating-point numeric value is infinite. Apache-2.0 1 greenflagged / 15 total
@stdlib/math-base-assert-is-integer Test if a finite double-precision floating-point number is an integer. Apache-2.0 2 greenflagged / 17 total
@stdlib/math-base-assert-is-nan Test if a double-precision floating-point numeric value is NaN. Apache-2.0 1 greenflagged / 14 total
@stdlib/math-base-assert-is-nanf Test if a single-precision floating-point numeric value is NaN. Apache-2.0 1 greenflagged / 14 total
@stdlib/math-base-assert-is-negative-zero Test if a double-precision floating-point numeric value is negative zero. Apache-2.0 1 greenflagged / 14 total
@stdlib/math-base-assert-is-odd Test if a finite numeric value is an odd number. Apache-2.0 2 greenflagged / 13 total
@stdlib/math-base-assert-is-positive-integer Test if a finite double-precision floating-point number is a positive integer. Apache-2.0 2 greenflagged / 14 total
@stdlib/math-base-assert-is-positive-zero Test if a double-precision floating-point numeric value is positive zero. Apache-2.0 1 greenflagged / 14 total
@stdlib/math-base-napi-binary C APIs for registering a Node-API module exporting an interface for invoking a binary numerical function. Apache-2.0 3 greenflagged / 15 total
@stdlib/math-base-napi-ternary C APIs for registering a Node-API module exporting an interface for invoking a ternary numerical function. Apache-2.0 2 greenflagged / 15 total
@stdlib/math-base-napi-unary C APIs for registering a Node-API module exporting an interface for invoking a unary numerical function. Apache-2.0 4 greenflagged / 19 total
@stdlib/math-base-special-abs Compute the absolute value of a double-precision floating-point number. Apache-2.0 1 greenflagged / 12 total
@stdlib/math-base-special-absf Compute the absolute value of a single-precision floating-point number. Apache-2.0 1 greenflagged / 12 total
@stdlib/math-base-special-acos Compute the arccosine of a double-precision floating-point number. Apache-2.0 1 greenflagged / 14 total
@stdlib/math-base-special-asin Compute the arcsine of a double-precision floating-point number. Apache-2.0 1 greenflagged / 14 total
@stdlib/math-base-special-beta Beta function. Apache-2.0 AND BSL-1.0 1 greenflagged / 11 total
@stdlib/math-base-special-betainc Incomplete beta function. Apache-2.0 AND BSL-1.0 1 greenflagged / 11 total
@stdlib/math-base-special-binomcoef Compute the binomial coefficient. Apache-2.0 2 greenflagged / 15 total
@stdlib/math-base-special-ceil Round a double-precision floating-point number toward positive infinity. Apache-2.0 1 greenflagged / 14 total
@stdlib/math-base-special-copysign Return a double-precision floating-point number with the magnitude of x and the sign of y. Apache-2.0 1 greenflagged / 12 total
@stdlib/math-base-special-cos Compute the cosine of a number. Apache-2.0 1 greenflagged / 11 total
@stdlib/math-base-special-erfc Complementary error function. Apache-2.0 1 greenflagged / 13 total
@stdlib/math-base-special-erfcinv Inverse complementary error function. Apache-2.0 AND BSL-1.0 1 greenflagged / 13 total
@stdlib/math-base-special-exp Natural exponential function. Apache-2.0 1 greenflagged / 13 total
@stdlib/math-base-special-expm1 Compute exp(x) - 1. Apache-2.0 1 greenflagged / 12 total
@stdlib/math-base-special-factorial Evaluate a factorial. Apache-2.0 2 greenflagged / 12 total
@stdlib/math-base-special-floor Round a double-precision floating-point number toward negative infinity. Apache-2.0 1 greenflagged / 15 total
@stdlib/math-base-special-fmod Modulus function. Apache-2.0 1 greenflagged / 2 total
@stdlib/math-base-special-gamma Gamma function. Apache-2.0 1 greenflagged / 11 total
@stdlib/math-base-special-gamma-delta-ratio Compute the ratio of two gamma functions. Apache-2.0 AND BSL-1.0 2 greenflagged / 12 total
@stdlib/math-base-special-gamma-lanczos-sum Calculate the Lanczos sum for the approximation of the gamma function. Apache-2.0 AND BSL-1.0 2 greenflagged / 17 total
@stdlib/math-base-special-gamma-lanczos-sum-expg-scaled Calculate a scaled Lanczos sum for the approximation of the gamma function. Apache-2.0 AND BSL-1.0 1 greenflagged / 16 total
@stdlib/math-base-special-gamma1pm1 Compute gamma(x+1) - 1. Apache-2.0 2 greenflagged / 12 total
@stdlib/math-base-special-gammainc Incomplete gamma function. Apache-2.0 AND BSL-1.0 2 greenflagged / 12 total
@stdlib/math-base-special-gammaincinv Inverse incomplete gamma function. Apache-2.0 1 greenflagged / 11 total
@stdlib/math-base-special-gammaln Natural logarithm of the gamma function. Apache-2.0 2 greenflagged / 12 total
@stdlib/math-base-special-gcd Compute the greatest common divisor (gcd). Apache-2.0 2 greenflagged / 13 total
@stdlib/math-base-special-kernel-betainc Incomplete beta function and its first derivative. Apache-2.0 AND BSL-1.0 1 greenflagged / 11 total
@stdlib/math-base-special-kernel-betaincinv Inverse incomplete beta function. Apache-2.0 AND BSL-1.0 1 greenflagged / 12 total
@stdlib/math-base-special-kernel-cos Compute the cosine of a double-precision floating-point number on [-π/4, π/4]. Apache-2.0 1 greenflagged / 16 total
@stdlib/math-base-special-kernel-sin Compute the sine of a double-precision floating-point number on [-π/4, π/4]. Apache-2.0 1 greenflagged / 16 total
@stdlib/math-base-special-ldexp Multiply a double-precision floating-point number by an integer power of two. Apache-2.0 2 greenflagged / 15 total
@stdlib/math-base-special-ln Evaluate the natural logarithm of a double-precision floating-point number. Apache-2.0 1 greenflagged / 14 total
@stdlib/math-base-special-log1p Evaluate the natural logarithm of 1+x. Apache-2.0 1 greenflagged / 13 total
@stdlib/math-base-special-log1pmx Evaluate ln(1+x) - x. Apache-2.0 1 greenflagged / 7 total
@stdlib/math-base-special-max Return the maximum value. Apache-2.0 1 greenflagged / 13 total
@stdlib/math-base-special-maxabs Return the maximum absolute value. Apache-2.0 1 greenflagged / 11 total
@stdlib/math-base-special-min Return the minimum value. Apache-2.0 1 greenflagged / 14 total
@stdlib/math-base-special-minabs Return the minimum absolute value. Apache-2.0 1 greenflagged / 12 total
@stdlib/math-base-special-pow Exponential function. Apache-2.0 1 greenflagged / 12 total
@stdlib/math-base-special-powm1 Evaluate bˣ - 1. Apache-2.0 AND BSL-1.0 1 greenflagged / 12 total
@stdlib/math-base-special-rempio2 Compute `x - nπ/2 = r`. Apache-2.0 1 greenflagged / 11 total
@stdlib/math-base-special-round Round a numeric value to the nearest integer. Apache-2.0 1 greenflagged / 16 total
@stdlib/math-base-special-roundn Round a double-precision floating-point number to the nearest multiple of 10^n. Apache-2.0 1 greenflagged / 11 total
@stdlib/math-base-special-signum Evaluate the signum function for a double-precision floating-point number. Apache-2.0 1 greenflagged / 14 total
@stdlib/math-base-special-sin Compute the sine of a number. Apache-2.0 1 greenflagged / 11 total
@stdlib/math-base-special-sinpi Compute sin(πx). Apache-2.0 1 greenflagged / 11 total
@stdlib/math-base-special-sqrt Compute the principal square root of a double-precision floating-point number. Apache-2.0 1 greenflagged / 14 total
@stdlib/math-base-special-trunc Round a double-precision floating-point number toward zero. Apache-2.0 1 greenflagged / 14 total
@stdlib/math-base-tools-continued-fraction Continued fraction approximation. Apache-2.0 1 greenflagged / 11 total
@stdlib/math-base-tools-evalpoly Evaluate a polynomial using double-precision floating-point arithmetic. Apache-2.0 1 greenflagged / 16 total
@stdlib/math-base-tools-sum-series Compute the sum of an infinite series. Apache-2.0 1 greenflagged / 11 total
@stdlib/napi 3 greenflagged / 11 total
@stdlib/napi-argv C utilities for retrieving Node-API add-on callback arguments. Apache-2.0 1 greenflagged / 6 total
@stdlib/napi-argv-bool Convert a Node-API value to a boolean. Apache-2.0 2 greenflagged / 2 total
@stdlib/napi-argv-double Convert a Node-API value to a double-precision floating-point number. Apache-2.0 1 greenflagged / 6 total
@stdlib/napi-argv-float Convert a Node-API value to a single-precision floating-point number. Apache-2.0 1 greenflagged / 6 total
@stdlib/napi-argv-float64array Convert a Node-API value to a double-precision floating-point array. Apache-2.0 1 greenflagged / 6 total
@stdlib/napi-argv-int32 Convert a Node-API value to a signed 32-bit integer. Apache-2.0 1 greenflagged / 6 total
@stdlib/napi-create-double Convert a double-precision floating-point number to a Node-API value. Apache-2.0 1 greenflagged / 3 total
@stdlib/napi-create-int32 Convert a signed 32-bit integer to a Node-API value. Apache-2.0 1 greenflagged / 3 total
@stdlib/napi-export C utilities for registering Node-API modules. Apache-2.0 2 greenflagged / 7 total
@stdlib/ndarray 3 greenflagged / 24 total
@stdlib/nlp 3 greenflagged / 22 total
@stdlib/number 3 greenflagged / 21 total
@stdlib/number-ctor Number constructor. Apache-2.0 1 greenflagged / 16 total
@stdlib/number-float16-base-to-float32 Convert a half-precision floating-point number to the nearest single-precision floating-point number. Apache-2.0 3 greenflagged / 3 total
@stdlib/number-float16-base-to-float64 Convert a half-precision floating-point number to the nearest double-precision floating-point number. Apache-2.0 3 greenflagged / 3 total
@stdlib/number-float16-ctor 16-bit half-precision floating-point number. Apache-2.0 3 greenflagged / 3 total
@stdlib/number-float32-base-exponent Return an integer corresponding to the unbiased exponent of a single-precision floating-point number. Apache-2.0 1 greenflagged / 13 total
@stdlib/number-float32-base-to-float16 Convert a single-precision floating-point number to the nearest half-precision floating-point number. Apache-2.0 2 greenflagged / 2 total
@stdlib/number-float32-base-to-word Return an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number. Apache-2.0 1 greenflagged / 12 total
@stdlib/number-float64-base-assert-is-same-value Test if two double-precision floating-point numbers are the same value. Apache-2.0 1 greenflagged / 4 total
@stdlib/number-float64-base-exponent Return an integer corresponding to the unbiased exponent of a double-precision floating-point number. Apache-2.0 1 greenflagged / 12 total
@stdlib/number-float64-base-from-words Create a double-precision floating-point number from a higher order word and a lower order word. Apache-2.0 1 greenflagged / 12 total
@stdlib/number-float64-base-get-high-word Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number. Apache-2.0 1 greenflagged / 12 total
@stdlib/number-float64-base-get-low-word Return an unsigned 32-bit integer corresponding to the less significant 32 bits of a double-precision floating-point number. Apache-2.0 1 greenflagged / 12 total
@stdlib/number-float64-base-normalize Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`. Apache-2.0 1 greenflagged / 16 total
@stdlib/number-float64-base-set-high-word Set the more significant 32 bits of a double-precision floating-point number. Apache-2.0 1 greenflagged / 12 total
@stdlib/number-float64-base-set-low-word Set the less significant 32 bits of a double-precision floating-point number. Apache-2.0 1 greenflagged / 12 total
@stdlib/number-float64-base-to-float16 Convert a double-precision floating-point number to the nearest half-precision floating-point number. Apache-2.0 3 greenflagged / 3 total
@stdlib/number-float64-base-to-float32 Convert a double-precision floating-point number to the nearest single-precision floating-point number. Apache-2.0 1 greenflagged / 13 total
@stdlib/number-float64-base-to-words Split a double-precision floating-point number into a higher order word and a lower order word. Apache-2.0 1 greenflagged / 13 total
@stdlib/number-uint32-base-to-int32 Convert an unsigned 32-bit integer to a signed 32-bit integer. Apache-2.0 1 greenflagged / 16 total
@stdlib/object 3 greenflagged / 11 total
@stdlib/object-ctor Object constructor. Apache-2.0 1 greenflagged / 6 total
@stdlib/os 3 greenflagged / 23 total
@stdlib/os-byte-order Platform byte order. Apache-2.0 1 greenflagged / 13 total
@stdlib/os-float-word-order Platform float word order. Apache-2.0 1 greenflagged / 13 total
@stdlib/process 3 greenflagged / 23 total
@stdlib/process-cwd Return the current working directory. Apache-2.0 1 greenflagged / 14 total
@stdlib/proxy 3 greenflagged / 22 total
@stdlib/random 3 greenflagged / 24 total
@stdlib/regexp 3 greenflagged / 24 total
@stdlib/regexp-extended-length-path Regular expression to detect an extended-length path. Apache-2.0 1 greenflagged / 16 total
@stdlib/regexp-function-name Return a regular expression to capture a function name. Apache-2.0 1 greenflagged / 16 total
@stdlib/regexp-regexp 1 greenflagged / 17 total
@stdlib/slice 3 greenflagged / 10 total
@stdlib/stats 3 greenflagged / 24 total
@stdlib/stats-anova1 Perform a one-way analysis of variance. Apache-2.0 1 greenflagged / 12 total
@stdlib/stats-base-dists-chisquare-cdf Chi-squared distribution cumulative distribution function (CDF). Apache-2.0 2 greenflagged / 13 total
@stdlib/stats-base-dists-degenerate-cdf Degenerate distribution cumulative distribution function (CDF). Apache-2.0 2 greenflagged / 15 total
@stdlib/stats-base-dists-f-cdf F distribution cumulative distribution function (CDF). Apache-2.0 1 greenflagged / 12 total
@stdlib/stats-base-dists-gamma-cdf Gamma distribution cumulative distribution function (CDF). Apache-2.0 2 greenflagged / 13 total
@stdlib/stats-base-dists-normal-cdf Normal distribution cumulative distribution function (CDF). Apache-2.0 2 greenflagged / 13 total
@stdlib/stats-base-dists-signrank-cdf Wilcoxon signed rank test statistic cumulative distribution function (CDF). Apache-2.0 1 greenflagged / 12 total
@stdlib/stats-base-dists-t-cdf Student's t distribution cumulative distribution function (CDF). Apache-2.0 1 greenflagged / 13 total
@stdlib/stats-base-dists-t-quantile Student's t distribution quantile function. Apache-2.0 1 greenflagged / 12 total
@stdlib/stats-incr-stdev Compute a corrected sample standard deviation incrementally. Apache-2.0 1 greenflagged / 13 total
@stdlib/stats-kruskal-test Compute the Kruskal-Wallis test for equal medians. Apache-2.0 1 greenflagged / 12 total
@stdlib/stats-ranks Compute ranks for values of an array-like object. Apache-2.0 1 greenflagged / 13 total
@stdlib/stats-strided-mean Calculate the arithmetic mean of a strided array. Apache-2.0 1 greenflagged / 1 rejected / 2 total
@stdlib/stats-strided-meanpn Calculate the arithmetic mean of a strided array using a two-pass error correction algorithm. Apache-2.0 2 greenflagged / 2 total
@stdlib/stats-strided-variance Calculate the variance of a strided array. Apache-2.0 2 greenflagged / 2 total
@stdlib/stats-strided-variancepn Calculate the variance of a strided array using a two-pass algorithm. Apache-2.0 2 greenflagged / 2 total
@stdlib/stats-ttest One-sample and paired Student's t-Test. Apache-2.0 1 greenflagged / 12 total
@stdlib/stats-ttest2 Two-sample Student's t-Test. Apache-2.0 1 greenflagged / 12 total
@stdlib/stats-wilcoxon Wilcoxon signed rank test. Apache-2.0 1 greenflagged / 12 total
@stdlib/streams 3 greenflagged / 23 total
@stdlib/strided 3 greenflagged / 23 total
@stdlib/strided-base-reinterpret-boolean Reinterpret a BooleanArray as a Uint8Array. Apache-2.0 1 greenflagged / 3 total
@stdlib/strided-base-reinterpret-complex Reinterpret a complex-valued floating-point array as a real-valued floating-point array having the same precision. Apache-2.0 1 greenflagged / 3 total
@stdlib/strided-base-reinterpret-complex128 Reinterpret a Complex128Array as a Float64Array. Apache-2.0 1 greenflagged / 8 total
@stdlib/strided-base-reinterpret-complex64 Reinterpret a Complex64Array as a Float32Array. Apache-2.0 1 greenflagged / 7 total
@stdlib/strided-base-stride2offset Determine the index offset which specifies the location of the first indexed value in a strided array. Apache-2.0 1 greenflagged / 2 total
@stdlib/string 3 greenflagged / 26 total
@stdlib/string-base-format-interpolate Generate string from a token array by interpolating values. Apache-2.0 2 greenflagged / 11 total
@stdlib/string-base-format-tokenize Tokenize a string into an array of string parts and format identifier objects. Apache-2.0 2 greenflagged / 11 total
@stdlib/string-base-lowercase Convert a string to lowercase. Apache-2.0 1 greenflagged / 9 total
@stdlib/string-base-repeat Repeat a string a specified number of times and return the concatenated result. Apache-2.0 1 greenflagged / 7 total
@stdlib/string-base-replace Replace search occurrences with a replacement string. Apache-2.0 1 greenflagged / 8 total
@stdlib/string-format Insert supplied variable values into a format string. Apache-2.0 1 greenflagged / 9 total
@stdlib/string-repeat Repeat a string a specified number of times and return the concatenated result. Apache-2.0 1 greenflagged / 14 total
@stdlib/string-replace Replace search occurrences with a replacement string. Apache-2.0 1 greenflagged / 17 total
@stdlib/symbol 3 greenflagged / 24 total
@stdlib/symbol-ctor Symbols. Apache-2.0 1 greenflagged / 15 total
@stdlib/symbol-iterator Symbol iterator. Apache-2.0 1 greenflagged / 13 total
@stdlib/symbol-to-primitive Symbol which specifies a method for converting an object to a primitive value. Apache-2.0 3 greenflagged / 3 total
@stdlib/time 3 greenflagged / 25 total
@stdlib/types stdlib TypeScript type declarations. Apache-2.0 3 greenflagged / 32 total
@stdlib/utils 2 greenflagged / 22 total
@stdlib/utils-constant-function Constant function. Apache-2.0 1 greenflagged / 21 total
@stdlib/utils-constructor-name Determine the name of a value's constructor. Apache-2.0 1 greenflagged / 14 total
@stdlib/utils-convert-path Convert between POSIX and Windows paths. Apache-2.0 1 greenflagged / 14 total
@stdlib/utils-copy Copy or deep clone a value to an arbitrary depth. Apache-2.0 1 greenflagged / 12 total
@stdlib/utils-count-by Group values according to an indicator function and return group counts. Apache-2.0 1 greenflagged / 13 total
@stdlib/utils-define-nonenumerable-read-only-accessor Define a non-enumerable read-only accessor. Apache-2.0 1 greenflagged / 17 total
@stdlib/utils-define-nonenumerable-read-only-property Define a non-enumerable read-only property. Apache-2.0 1 greenflagged / 16 total
@stdlib/utils-define-property Define (or modify) an object property. Apache-2.0 1 greenflagged / 24 total
@stdlib/utils-define-read-only-property Define a read-only property. Apache-2.0 1 greenflagged / 18 total
@stdlib/utils-escape-regexp-string Escape a regular expression string or pattern. Apache-2.0 1 greenflagged / 15 total
@stdlib/utils-eval Alias for eval global. Apache-2.0 1 greenflagged / 14 total
@stdlib/utils-get-prototype-of Return the prototype of a provided object. Apache-2.0 1 greenflagged / 13 total
@stdlib/utils-global Return the global object. Apache-2.0 1 greenflagged / 13 total
@stdlib/utils-identity-function Identity function. Apache-2.0 1 greenflagged / 22 total
@stdlib/utils-index-of Return the first index at which a given element can be found. Apache-2.0 1 greenflagged / 13 total
@stdlib/utils-keys Return an array of an object's own enumerable property names. Apache-2.0 1 greenflagged / 12 total
@stdlib/utils-library-manifest Load a manifest for compiling source files. Apache-2.0 2 greenflagged / 15 total
@stdlib/utils-memoize Memoize a function. Apache-2.0 1 greenflagged / 14 total
@stdlib/utils-native-class Determine the specification defined classification of an object. Apache-2.0 1 greenflagged / 14 total
@stdlib/utils-noop Function which does nothing. Apache-2.0 1 greenflagged / 30 total
@stdlib/utils-property-descriptor 1 greenflagged / 13 total
@stdlib/utils-property-names 1 greenflagged / 12 total
@stdlib/utils-regexp-from-string 1 greenflagged / 15 total
@stdlib/utils-tabulate Generate a frequency table. Apache-2.0 1 greenflagged / 13 total
@stdlib/utils-type-of Determine a value's type. Apache-2.0 1 greenflagged / 15 total
@stdlib/wasm 2 greenflagged / 3 total
Showing 371 packages