Apply a binary function accepting and returning double-precision floating-point numbers to corresponding elements in two double-precision floating-point strided input arrays and assign each result to an element in a double-precision floating-point strided output array.
JavaScript
2
0
Apache License 2.0
This package is part of stdlib, a standard library for JavaScript and Node.js with an emphasis on numerical and scientific computing. It provides a function to apply a binary operation to pairs of elements from two input arrays and store the results in an output array. The package is useful for developers working on numerical computations, particularly those needing to perform element-wise operations on arrays with specific striding patterns.
Total donated
Undistributed
Share with your subscribers:
Recipients
How the donated funds are distributed
Support the dependencies of stdlib-js/strided-base-dmap2
Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale