rusty-rootsearch 0.4.0

This package implements general one-dimensional root-finding algorithms built on the shoulders of the num_dual crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies.num-dual]
version = "0.7.1"

[package]
description = "This package implements general one-dimensional root-finding algorithms built on the shoulders of the num_dual crate"
edition = "2021"
keywords = ["rootsearch", "autodiff"]
license = "MIT"
name = "rusty-rootsearch"
readme = "README.md"
repository = "https://github.com/tsmith023/rusty-rootsearch"
version = "0.4.0"