This package provides a function for applying a unary function to each element of a single-precision floating-point strided input array and assigning the results to a strided output array. It is part of the stdlib project, a standard library for JavaScript and Node.js focused on numerical and scientific computing. The package is designed for developers working with numerical computations who need efficient, in-place array transformations with support for strided access patterns.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Apply a unary function accepting and returning single-precision floating-point numbers to each element in a single-precision floating-point strided input array and assign each result to an element in a single-precision floating-point strided output array.