An open API service indexing awesome lists of open source software.

https://github.com/make-github-pseudonymous-again/js-fft-integer

:butterfly: Integer Fast Fourier Transform algorithms for JavaScript
https://github.com/make-github-pseudonymous-again/js-fft-integer

agpl algorithms computer-science fast-fourrier-transform fourrier fourrier-transform integers javascript mathematics number-theoretic-transform

Last synced: about 2 months ago
JSON representation

:butterfly: Integer Fast Fourier Transform algorithms for JavaScript

Awesome Lists containing this project

README

          

[@aureooms/js-fft-integer](https://make-github-pseudonymous-again.github.io/js-fft-integer)
==

Integer Fast Fourier Transform algorithms for JavaScript.
See [docs](https://make-github-pseudonymous-again.github.io/js-fft-integer).
Parent is [@aureooms/js-algorithms](https://github.com/make-github-pseudonymous-again/js-algorithms).

[![License](https://img.shields.io/github/license/make-github-pseudonymous-again/js-fft-integer.svg)](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-fft-integer/master/LICENSE)
[![Version](https://img.shields.io/npm/v/@aureooms/js-fft-integer.svg)](https://www.npmjs.org/package/@aureooms/js-fft-integer)
[![Build](https://img.shields.io/travis/make-github-pseudonymous-again/js-fft-integer/master.svg)](https://travis-ci.org/make-github-pseudonymous-again/js-fft-integer/branches)
[![Dependencies](https://img.shields.io/david/make-github-pseudonymous-again/js-fft-integer.svg)](https://david-dm.org/make-github-pseudonymous-again/js-fft-integer)
[![Dev dependencies](https://img.shields.io/david/dev/make-github-pseudonymous-again/js-fft-integer.svg)](https://david-dm.org/make-github-pseudonymous-again/js-fft-integer?type=dev)
[![GitHub issues](https://img.shields.io/github/issues/make-github-pseudonymous-again/js-fft-integer.svg)](https://github.com/make-github-pseudonymous-again/js-fft-integer/issues)
[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-fft-integer.svg)](https://www.npmjs.org/package/@aureooms/js-fft-integer)

[![Code issues](https://img.shields.io/codeclimate/issues/make-github-pseudonymous-again/js-fft-integer.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-fft-integer/issues)
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/make-github-pseudonymous-again/js-fft-integer.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-fft-integer/trends/churn)
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/make-github-pseudonymous-again/js-fft-integer/master.svg)](https://codecov.io/gh/make-github-pseudonymous-again/js-fft-integer)
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/make-github-pseudonymous-again/js-fft-integer.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-fft-integer/trends/technical_debt)
[![Documentation](http://make-github-pseudonymous-again.github.io/js-fft-integer//badge.svg)](http://make-github-pseudonymous-again.github.io/js-fft-integer//source.html)
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-fft-integer)](https://bundlephobia.com/result?p=@aureooms/js-fft-integer)

## Related

- [@aureooms/js-fft](https://github.com/make-github-pseudonymous-again/js-fft)