rootfinder 0.3.1

Root-finding methods for both univariate, scalar-valued functions and multivariate, vector-valued functions.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "autocfg"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"

[[package]]
name = "num-traits"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
 "autocfg",
]

[[package]]
name = "numtest"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a487756254dd7e657d54c74996abea111444c7f294cf8ff2022ffd1cd2106efc"
dependencies = [
 "num-traits",
]

[[package]]
name = "once_cell"
version = "1.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"

[[package]]
name = "rootfinder"
version = "0.3.1"
dependencies = [
 "numtest",
 "once_cell",
]