assert-is-float64vector-like
Test if a value is a 1-dimensional ndarray-like object containing double-precision floating-point numbers.
@stdlib/assert-is-accessor-array
Test if a value is an array-like object supporting the accessor (get/set) protocol.
@stdlib/math-base-assert-is-nonpositive-integer
Test if a finite double-precision floating-point number is a nonpositive integer.
assert-is-nan-array
Test if a value is an array-like object containing only NaN values.
@stdlib/assert-is-float32ndarray-like
Test if a value is an ndarray-like object containing single-precision floating-point numbers.
@stdlib/assert-is-float64ndarray-like
Test if a value is an ndarray-like object containing double-precision floating-point numbers.
@stdlib/assert-is-same-complex64
Test if two arguments are both single-precision complex floating-point numbers and have the same value.
@stdlib/assert-is-touch-device
Boolean indicating if the current environment is a touch device.
@stdlib/assert-is-complex128vector-like
Test if a value is a 1-dimensional ndarray-like object containing double-precision complex floating-point numbers.
@stdlib/complex-base-assert-is-equalf
Test whether two single-precision complex floating-point numbers are equal.
@stdlib/assert-is-complex64ndarray-like
Test if a value is an ndarray-like object containing single-precision complex floating-point numbers.