@stdlib/array-zero-to-like
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero and having the same length and data type as a provided input array.
Found 203 results for float64array
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero and having the same length and data type as a provided input array.
Determine if an object is a Buffer
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
Add one or more elements to the end of a collection.
Copy all or part of a matrix A to another matrix B.
Create a typed array.
Compute the cube root of each element retrieved from a double-precision floating-point strided array via a callback function.
Add elements from one collection to the end of another collection.
Compute the absolute value for each element in a double-precision floating-point strided array.
Evaluate the ramp function for each element in a double-precision floating-point strided array.
Add one or more elements to the beginning of a collection.
Compute the reciprocal square root for each element in a double-precision floating-point strided array.
Convert each element in a double-precision floating-point strided array from degrees to radians according to a strided mask array.
Evaluate the ramp function for each element in a double-precision floating-point strided array according to a strided mask array.
To Typed Array: Convert an Array of Numbers to the Typed Array with the Smallest Memory Footprint
Round each element in a double-precision floating-point strided array toward zero according to a strided mask array.
Chooses the Best Typed Array to use for an Array of Number. Supports Big Integers!
Remove and return the first element of a collection.
Create a filled array having the same length and data type as a provided array.
Create an array filled with NaNs and having the same length and data type as a provided array.
Typed array pool.
Remove and return the last element of a collection.
Generate a linearly spaced numeric array whose elements increment by 1 starting from one and having the same length and data type as a provided input array.