Crates.io | newton-raphson |
lib.rs | newton-raphson |
version | 0.1.0 |
source | src |
created_at | 2016-06-06 23:01:33.385263 |
updated_at | 2016-06-06 23:01:33.385263 |
description | Calculate roots of functions using the Newton-Raphson method |
homepage | |
repository | https://github.com/sjmelia/newton-raphson |
max_upload_size | |
id | 5307 |
size | 3,728 |
newton-raphson
: finder of rootsThis crate is a minimal implementation of the Newton-Raphson method for determining the roots of functions; as described at Wikipedia