neco-complex 0.1.0

Lightweight complex-number foundation for FFT and solver crates
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "neco-complex"
version = "0.1.0"
edition = "2021"
rust-version = "1.82"
license = "MIT"
description = "Lightweight complex-number foundation for FFT and solver crates"
repository = "https://github.com/barineco/neco-crates"
readme = "README.md"
documentation = "https://docs.rs/neco-complex"
keywords = ["complex", "fft", "dsp", "math", "signal"]
categories = ["mathematics", "science", "algorithms"]

[dependencies]