Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

This module provides a low-level function to efficiently apply a binary operation (like addition) to corresponding elements of two strided input arrays, storing results in a strided output array. It is designed for developers building

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of stdlib-js/strided-base-binary

Account's avatar
stdlib-js/array-base-accessor-getter
Return an accessor function for retrieving an element from an array-like object supporting the get/set protocol.
Account's avatar
stdlib-js/array-base-accessor-setter
Return an accessor function for setting an element in an array-like object supporting the get/set protocol.
Account's avatar
stdlib-js/array-base-assert-is-accessor-array
Test if an array-like object supports the accessor (get/set) protocol.
Account's avatar
stdlib-js/array-base-getter
Return an accessor function for retrieving an element from an indexed array-like object.
Account's avatar
stdlib-js/array-base-setter
Return an accessor function for setting an element in an indexed array-like object.
Account's avatar
stdlib-js/array-dtype
Return the data type of an array.
Account's avatar
stdlib-js/complex-float32-ctor
64-bit complex number.
Account's avatar
stdlib-js/complex-float64-ctor
128-bit complex number.
Account's avatar
stdlib-js/strided-base-stride2offset
Determine the index offset which specifies the location of the first indexed value in a strided array.
Account's avatar
stdlib-js/types
stdlib TypeScript type declarations.
Account's avatar
stdlib-js/utils-define-nonenumerable-read-only-property
Define a non-enumerable read-only property.
Account's avatar
stdlib-js/utils-library-manifest
Load a manifest for compiling source files.
Account's avatar
stdlib-js/array-complex128
Complex128Array.
Account's avatar
stdlib-js/array-complex64
Complex64Array.
Account's avatar
stdlib-js/array-filled
Create a filled array.
Account's avatar
stdlib-js/array-filled-by
Create a filled array according to a provided callback function.
Account's avatar
stdlib-js/array-float32
Float32Array.
Account's avatar
stdlib-js/array-float64
Float64Array.
Account's avatar
stdlib-js/complex-float32-base-add
Add two single-precision complex floating-point numbers.
Account's avatar
stdlib-js/complex-float64-imag
Return the imaginary component of a double-precision complex floating-point number.
Account's avatar
stdlib-js/complex-float64-real
Return the real component of a double-precision complex floating-point number.
Account's avatar
stdlib-js/fs-read-dir
Read the entire contents of a directory.
Account's avatar
stdlib-js/fs-read-file
Read the entire contents of a file.
Account's avatar
stdlib-js/fs-read-json
Read a file as JSON.
Account's avatar
stdlib-js/fs-unlink
Remove a directory entry.
Account's avatar
stdlib-js/fs-write-file
Write data to a file.
Account's avatar
stdlib-js/math-base-assert-is-nan
Test if a double-precision floating-point numeric value is NaN.
Account's avatar
stdlib-js/math-base-special-pow
Exponential function.
Account's avatar
stdlib-js/ndarray-base-bytes-per-element
Return the number of bytes per element for a provided underlying ndarray data type.
Account's avatar
stdlib-js/ndarray-base-char2dtype
Return the data type string associated with a provided single letter abbreviation.
Account's avatar
stdlib-js/ndarray-base-dtype-char
Return the single letter character abbreviation for an underlying array data type.
Account's avatar
stdlib-js/ndarray-base-dtype-desc
Return the description for a provided data type.
Account's avatar
stdlib-js/ndarray-base-dtype2c
Return the C data type associated with a provided data type value.
Account's avatar
stdlib-js/ndarray-promotion-rules
Return the ndarray data type with the smallest size and closest kind to which ndarray data types can be safely cast.
Account's avatar
stdlib-js/ndarray-safe-casts
Return a list of ndarray data types to which a provided ndarray data type can be safely cast.
Account's avatar
stdlib-js/number-float64-base-add
Compute the sum of two double-precision floating-point numbers.
Account's avatar
stdlib-js/random-base-discrete-uniform
Discrete uniform distributed pseudorandom numbers.
Account's avatar
stdlib-js/strided-dtypes
List of strided array data types.
Account's avatar
stdlib-js/string-replace
Replace search occurrences with a replacement string.
Account's avatar
stdlib-js/string-substring-after
Return the part of a string after a specified substring.
Account's avatar
stdlib-js/string-substring-before
Return the part of a string before a specified substring.
Account's avatar
stdlib-js/string-uppercase
Convert a string to uppercase.
Account's avatar
stdlib-js/time-current-year
Current year.
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers
Account's avatar
gotwarlost/istanbul
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 ca
Account's avatar
Planeshifter/tap-min
Minimal TAP output formatter.
Account's avatar
stdlib-js/bench-harness
Benchmark harness.

Support the repos that depend on this repository

Top contributors

stdlib-bot's profile
stdlib-bot
69 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
stdlib-js

stdlib-js/strided-base-binary

Apply a binary callback to elements in strided input arrays and assign results to elements in a strided output array.

C
1
0
Apache License 2.0