[package] name = "math-fun" version = "0.0.3" edition = "2021" authors = ["Rhopt"] description = "A package providing mathematical functions commonly used in science and engineering" documentation = "https://docs.rs/math-fun" homepage = "https://github.com/rhopt/math-fun" repository = "https://github.com/rhopt/math-fun" readme = "README.md" license = "MIT OR Apache-2.0" keywords = ["math", "special-functions", "numerical-analysis", "science", "engineering"] categories = ["mathematics", "science"] maintenance = { status = "experimental" } [dev-dependencies] plotly = { version = "0.8.3", features = ["kaleido"] }