ndarray-base-assert-is-mostly-safe-data-type-cast
Determine if an ndarray data type can be safely cast or, for floating-point data types, downcast to another ndarray data type.
array-base-assert-is-same-kind-data-type-cast
Determine if an array data type can be safely cast to, or is of the same kind as, another array data type.
@stdlib/assert-is-capitalized
Test if a value is a string having an uppercase first character.
@stdlib/assert-is-float64matrix-like
Test if a value is a 2-dimensional ndarray-like object containing double-precision floating-point numbers.
math-base-assert-is-probabilityf
Test if a single-precision floating-point number is a probability.
@stdlib/assert-is-same-complex128
Test if two arguments are both double-precision complex floating-point numbers and have the same value.
assert-is-struct-constructor-like
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! 🐙🌐
@stdlib/complex-float32-base-assert-is-equal
Test whether two single-precision complex floating-point numbers are equal.
@stdlib/assert-is-complex64vector-like
Test if a value is a 1-dimensional ndarray-like object containing single-precision complex floating-point numbers.
array-base-assert-has-almost-equal-values
Test if two arrays have respective elements which are approximately equal within a specified number of ULPs (units in the last place).
assert-is-equal-booleanarray
Test if two arguments are both BooleanArrays and have equal values.
@stdlib/complex-base-assert-is-equal
Test whether two double-precision complex floating-point numbers are equal.
assert-napi-has-property
Assert that a Node-API value has a specified property.
@stdlib/array-base-assert-is-complex-typed-array
Test if a value is a complex typed array.
blas-base-assert-is-matrix-orientation
Check if a matrix is oriented correctly with the blas-base-assert-is-matrix-orientation library. Simplify your numerical computations in JavaScript. 🐙📊
@stdlib/complex-float64-base-assert-is-equal
Test whether two double-precision complex floating-point numbers are equal.
@stdlib/assert-is-complex128ndarray-like
Test if a value is an ndarray-like object containing double-precision complex floating-point numbers.
complex-float64-base-assert-is-almost-equal
Test whether two double-precision complex floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).