Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 907 Bytes

fft.md

File metadata and controls

21 lines (14 loc) · 907 Bytes
layout title
default
fft

GoDoc Go Report Card Coverage Build Status

fft

Package fft provides fast Fourier transforms snd inverses in Go. Please consult the GoDoc page for specific details and visit ScientificGo to see more scientific packages for Go.

Installation

go get scientificgo.org/fft

Usage

import "scientificgo.org/fft"