@stdlib/array-base-binary4d
Apply a binary callback to elements in two four-dimensional nested input arrays and assign results to elements in a four-dimensional nested output array.
Apply a binary callback to elements in two four-dimensional nested input arrays and assign results to elements in a four-dimensional nested output array.
Apply a binary callback to elements in two five-dimensional nested input arrays and assign results to elements in a five-dimensional nested output array.
Apply a binary callback to elements in two n-dimensional nested input arrays and assign results to elements in an n-dimensional nested output array.
Apply a binary callback to elements in two broadcasted input arrays and assign results to elements in a two-dimensional nested output array.
Apply a binary callback to elements in two broadcasted input arrays and assign results to elements in a three-dimensional nested output array.
Apply a binary callback to elements in two broadcasted input arrays and assign results to elements in a four-dimensional nested output array.
Apply a binary callback to elements in two broadcasted input arrays and assign results to elements in a five-dimensional nested output array.
Apply a binary callback to elements in two two-dimensional nested input arrays according to elements in a two-dimensional nested mask array and assign results to elements in a two-dimensional nested output array.
Test if a value is a binary string.
Test if a value is a binary string.
Apply a binary callback to elements in strided input arrays and assign results to elements in a strided output array.
Dispatch to a native add-on applying a binary function to two input strided arrays.
Apply a binary function to double-precision floating-point strided input arrays and assign results to a double-precision floating-point strided output array.
Apply a binary function to double-precision floating-point strided input arrays according to a strided mask array and assign results to a double-precision floating-point strided output array.
Apply a binary function to each pair of elements retrieved from strided input arrays according to a callback function and assign results to a strided output array.
Apply a binary function to single-precision floating-point strided input arrays according to a strided mask array and assign results to a single-precision floating-point strided output array.
Apply a binary function to single-precision floating-point strided input arrays and assign results to a single-precision floating-point strided output array.
Create a single-precision floating-point number from a literal bit representation.
Return a string giving the literal bit representation of a single-precision floating-point number.
Create a single-precision floating-point number from an unsigned integer corresponding to an IEEE 754 binary representation.