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.88 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.11 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • 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