newton-raphson 0.1.0

Calculate roots of functions using the Newton-Raphson method
Documentation
  • Coverage
  • 100%
    3 out of 3 items documented3 out of 3 items with examples
  • Size
  • Source code size: 3.89 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 151.46 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • sjmelia/newton-raphson
    3 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • sjmelia

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