Updated 9 months ago

ndarray-base-assert-is-mostly-safe-data-type-cast • Rank 0.0 • Science 44%

Determine if an ndarray data type can be safely cast or, for floating-point data types, downcast to another ndarray data type.

Updated 9 months ago

array-base-assert-is-same-kind-data-type-cast • Rank 0.0 • Science 44%

Determine if an array data type can be safely cast to, or is of the same kind as, another array data type.

Updated 9 months ago

@stdlib/assert-is-float64matrix-like • Rank 2.8 • Science 26%

Test if a value is a 2-dimensional ndarray-like object containing double-precision floating-point numbers.

Updated 9 months ago

complex-float64-base-assert • Science 44%

Base (i.e., lower-level) double-precision complex number assertion functions.

Updated 9 months ago

@stdlib/assert-is-same-complex128 • Science 44%

Test if two arguments are both double-precision complex floating-point numbers and have the same value.

Updated 9 months ago

assert-is-equal-int8array • Science 44%

Test if two arguments are both Int8Arrays and have equal values.

Updated 9 months ago

assert-is-struct-constructor-like • Science 26%

Effortlessly check if a value is a constructor-like structure with assert-is-struct-constructor-like. Perfect for ensuring type safety in your JavaScript projects! 🐙🌐

Updated 9 months ago

array-base-any-is-entry-in • Science 44%

Test whether at least one element in a provided array has a specified property key-value pair, either own or inherited.

Updated 9 months ago

array-base-any-is-entry • Science 44%

Test whether at least one element in a provided array has a specified own property key-value pair.

Updated 9 months ago

complex-base-assert-is-same-valuef • Science 44%

Test whether two single-precision complex floating-point numbers are the same value.

Updated 9 months ago

assert-is-equal-uint8array • Science 44%

Test if two arguments are both Uint8Arrays and have equal values.

Updated 9 months ago

@stdlib/assert-is-complex64vector-like • Science 44%

Test if a value is a 1-dimensional ndarray-like object containing single-precision complex floating-point numbers.

Updated 9 months ago

@stdlib/complex-base-assert-is-same-value • Science 44%

Test whether two double-precision complex floating-point numbers are the same value.

Updated 9 months ago

array-base-assert-has-almost-equal-values • Science 44%

Test if two arrays have respective elements which are approximately equal within a specified number of ULPs (units in the last place).

Updated 9 months ago

array-base-assert-any-has-property • Science 44%

Test whether at least one element in a provided array has a specified property, either own or inherited.

Updated 9 months ago

@stdlib/complex-base-assert-is-equal • Science 44%

Test whether two double-precision complex floating-point numbers are equal.

Updated 9 months ago

assert-is-same-typed-array-like • Science 44%

Test if two arguments are both typed-array-like object and have the same values.

Updated 9 months ago

complex-float64-base-assert-is-same-value-zero • Science 44%

Test whether two double-precision complex floating-point numbers are the same value.

Updated 9 months ago

assert-napi-has-property • Science 44%

Assert that a Node-API value has a specified property.

Updated 9 months ago

complex-float32-base-assert-is-same-value • Science 44%

Test whether two single-precision complex floating-point numbers are the same value.

Updated 9 months ago

math-base-assert-is-evenf • Science 44%

Test if a finite single-precision floating-point number is an even number.

Updated 9 months ago

@stdlib/complex-base-assert-is-same-value-zerof • Science 44%

Test whether two single-precision complex floating-point numbers are the same value.

Updated 9 months ago

blas-base-assert-is-matrix-orientation • Science 26%

Check if a matrix is oriented correctly with the blas-base-assert-is-matrix-orientation library. Simplify your numerical computations in JavaScript. 🐙📊

Updated 9 months ago

@stdlib/assert-is-complex128ndarray-like • Science 44%

Test if a value is an ndarray-like object containing double-precision complex floating-point numbers.

Updated 9 months ago

@stdlib/complex-base-assert-is-same-value-zero • Science 44%

Test whether two double-precision complex floating-point numbers are the same value.

Updated 9 months ago

complex-float64-base-assert-is-almost-equal • Science 44%

Test whether two double-precision complex floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).

Updated 9 months ago

@stdlib/complex-float32-base-assert • Science 44%

Base (i.e., lower-level) single-precision complex number assertion functions.