Count the number of elements in an array that are equal to a specified value.
Create a filled generic array.
Create a zero-filled generic array.
Test if a double-precision floating-point numeric value is negative zero.
Test if a double-precision floating-point numeric value is positive zero.
Round a double-precision floating-point number toward zero.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Test if a value is a Complex64Array.
Test if a value is a Complex128Array.
Test if an array-like object supports the accessor (get/set) protocol.
Convert an array-like object to an object likely to have the same "shape".
Test if a value is an array.
Test if a double-precision floating-point numeric value is NaN.
Generate string from a token array by interpolating values.
Tokenize a string into an array of string parts and format identifier objects.
Compute the absolute value of a double-precision floating-point number.
Test if a double-precision floating-point numeric value is infinite.
Test if an array contains a provided search value.
Compute the absolute value of a single-precision floating-point number.
Split a double-precision floating-point number into a higher order word and a lower order word.
Test if a value is a Uint16Array.
Test if a value is a Uint8Array.
Return the index of the first element which equals a provided search element according to the same value algorithm.
Round a numeric value to the nearest integer.