newton-raphson

Crates.ionewton-raphson
lib.rsnewton-raphson
version0.1.0
sourcesrc
created_at2016-06-06 23:01:33.385263
updated_at2016-06-06 23:01:33.385263
descriptionCalculate roots of functions using the Newton-Raphson method
homepage
repositoryhttps://github.com/sjmelia/newton-raphson
max_upload_size
id5307
size3,728
O2 Core Developers (github:origen-sdk:o2-core-developers)

documentation

README

newton-raphson: finder of roots

Build Status

This crate is a minimal implementation of the Newton-Raphson method for determining the roots of functions; as described at Wikipedia

Commit count: 7

cargo fmt