Updated 6 months ago

@stdlib/utils-map2 • Rank 3.9 • Science 44%

Apply a function to elements in two input arrays and assign the results to an output array.

Updated 6 months ago

@stdlib/utils-map-right • Rank 2.8 • Science 44%

Apply a function to each element in an array and assign the result to an element in an output array, iterating from right to left.

Updated 6 months ago

math-array-tools-unary-factory • Science 44%

Create a function for applying a unary function to each element in a provided array.

Updated 6 months ago

@stdlib/utils-map • Science 44%

Apply a function to each element in an array and assign the result to an element in an output array.

Updated 6 months ago

math-array-special-abs • Science 44%

Compute the absolute value for each element in an input array.