rootfinder 0.3.1

Root-finding methods for both univariate, scalar-valued functions and multivariate, vector-valued functions.
Documentation
[dependencies.once_cell]
version = "1.20.2"

[dev-dependencies.numtest]
version = "0.2.2"

[lib]
name = "rootfinder"
path = "src/lib.rs"

[package]
authors = ["Tamas Kis"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Root-finding methods for both univariate, scalar-valued functions and multivariate, vector-valued functions."
documentation = "https://docs.rs/rootfinder"
edition = "2021"
exclude = ["Cargo.lock", ".github/", ".vscode/", ".gitignore"]
license = "MIT OR Apache-2.0"
name = "rootfinder"
readme = "README.md"
repository = "https://github.com/tamaskis/rootfinder"
version = "0.3.1"

[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "src/docs-header.html"]