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

The **dirichlet** package provides a tiny JavaScript implementation of the Dirichlet (aliased sinc) function, which computes \[ \text{dirichlet}(n,x)=\begin{cases} 1 &\text{if }x\bmod n = 0\\[4pt] \frac{\sin(\pi x)}{n\,\sin(\pi x/n)} &\text{otherwise} \end{cases} \] and can be used as the inverse Fourier transform of a discrete rectangle. It’s aimed at developers working with signal‑processing, Fourier analysis, or any JavaScript/Node.js code that needs an efficient evaluation of this mathematical function. Installation is via `npm install dirichlet` and the API is a single function `require('dirichlet')(n, x)`.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of mikolalysenko/dirichlet

Account's avatar
mikolalysenko/almost-equal
Test if two floats are almost equal
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

mikolalysenko's profile
mikolalysenko
5 contributions

Recent events

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

No events yet
mikolalysenko

mikolalysenko/dirichlet

Dirichlet/aliased sinc function

JavaScript
6
0
MIT License