@stdlib/array-from-scalar
Create a single-element array containing a provided scalar value.
Create a single-element array containing a provided scalar value.
Generate a linearly spaced numeric array using a provided increment.
Generate a linearly spaced array over a specified interval.
Generate a logarithmically spaced numeric array.
Determine the minimum array data type of the closest kind necessary for storing a provided scalar value.
Return a list of array data types to which a provided array data type can be safely cast and, for floating-point data types, can be downcast.
Apply a mask to a provided input array.
Replace elements of an array with provided values according to a provided mask array.
Apply a mask to a provided input array.
Return the next larger array data type of the same kind.
Replace elements of an array with provided values according to a provided mask array.
List of typed array integer data types.
Typed array constructors.
List of typed array real-valued data types.
Real-valued floating-point typed array constructors.
List of typed array real-valued floating-point data types.
Signed integer typed array constructors.
List of typed array signed integer data types.
Unsigned integer typed array constructors.
List of typed array unsigned integer data types.