@stdlib/utils-prepend
Add elements from one collection to the beginning of another collection.
Found 203 results for float64array
Add elements from one collection to the beginning of another collection.
Calculate the arithmetic mean of a double-precision floating-point strided array using a second-order iterative Kahan–Babuška algorithm.
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.
Compute the multiplicative inverse for each element in a double-precision floating-point strided array according to a strided mask array.
Calculate the mean and variance of a double-precision floating-point strided array.
Calculate the range of a double-precision floating-point strided array, ignoring NaN values.
Round each element in a double-precision floating-point strided array toward zero.
Compute the absolute value for each element in a double-precision floating-point strided array according to a strided mask array.
Calculate the maximum value of a double-precision floating-point strided array according to a mask.
Calculate the arithmetic mean of a double-precision floating-point strided array using an improved Kahan–Babuška algorithm.
Create an array filled with ones and having the same length and data type as a provided array.
Round each element in a double-precision floating-point strided array toward positive infinity.
Create a zero-filled array having the same length and data type as a provided array.
Perform a series of row interchanges on an input matrix.
Detect native Float64Array support.
Compute the squared absolute value for each element in a double-precision floating-point strided array according to a strided mask array.
Test if a value is a 2-dimensional ndarray-like object containing double-precision floating-point numbers.
Performs the rank 1 operation A = alpha⋅x⋅y^T + A.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
Convert each element in a double-precision floating-point strided array from degrees to radians.
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.