rootfind 0.2.0

Root-finding algorithms
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "rootfind"
description = "Root-finding algorithms"
version = "0.2.0"

keywords = ["root-finding", "roots", "newton", "bisection", "numerics"]
categories = ["algorithms", "science"]

authors = ["Niek Sanders <niek.sanders@gmail.com>"]
license = "Unlicense"
readme = "README.md"
repository = "https://github.com/nieksand/rootfind/"

[dependencies]