@stdlib/complex-base-assert-is-equalf
Test whether two single-precision complex floating-point numbers are equal.
@stdlib/complex-float64-base-assert-is-equal
Test whether two double-precision complex floating-point numbers are equal.
@stdlib/complex-base-assert-is-equal
Test whether two double-precision complex floating-point numbers are equal.
@stdlib/complex-float32-base-assert-is-same-value-zero
Test whether two single-precision complex floating-point numbers are the same value.
complex-float32-base-assert-is-almost-equal
Test whether two single-precision complex floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).
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).
@stdlib/complex-float32-base-assert-is-equal
Test whether two single-precision complex floating-point numbers are equal.
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).