This project provides a C API for Node.js that applies a unary callback to elements of a double-precision floating-point strided input array, based on a corresponding strided mask array, and assigns the results to a double-precision floating-point strided output array. It is designed for developers working with numerical computations in Node.js who need efficient, low-level array processing capabilities.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
C API for registering an N-API module exporting a strided array interface for applying a unary callback accepting and returning double-precision floating-point numbers to each element in a double-precision floating-point strided input array according to a corresponding element in a strided mask array and assigning results to elements in a double-precision floating-point strided output array.