Updated 10 months ago
@stdlib/assert-is-same-complex64
Test if two arguments are both single-precision complex floating-point numbers and have the same value.
Updated 10 months ago
@stdlib/assert-is-same-complex128
Test if two arguments are both double-precision complex floating-point numbers and have the same value.
Updated 10 months ago
assert-is-almost-equal-complex128array
Test if two arguments are both Complex128Arrays and contain respective elements which are approximately equal within a specified number of ULPs (units in the last place).
Updated 10 months ago
assert-is-equal-booleanarray
Test if two arguments are both BooleanArrays and have equal values.
Updated 10 months ago
assert-is-equal-date-object
Test if two values are both Date objects corresponding to the same date and time.