[package]
edition = "2024"
name = "math-wave"
version = "0.4.0"
authors = ["Pierre F. Aubert pierre@spinorama.org"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Analytical solutions for wave and Helmholtz equations"
readme = "README.md"
keywords = [
"wave",
"helmholtz",
"acoustics",
"analytical",
"bessel",
]
categories = [
"science",
"mathematics",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/pierreaubert/sotf"
[lib]
name = "math_audio_wave"
path = "src/lib.rs"
[dependencies.num-complex]
version = "0.4"
features = ["serde"]
[dependencies.serde]
version = "1.0"
features = [
"derive",
"rc",
]
[dependencies.serde_json]
version = "1.0"
[dependencies.spec_math]
version = "0.1"
[dev-dependencies.approx]
version = "0.5"