nrfind 1.0.3

A set of useful mathematical functions for floating point numbers based on the Newton-Raphson method for finding roots.
Documentation
[badges.is-it-maintained-issue-resolution]
repository = "NoraCodes/nrfind"

[badges.is-it-maintained-open-issues]
repository = "NoraCodes/nrfind"

[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
repository = "NoraCodes/nrfind"

[dependencies.num]
version = "0.2"

[package]
authors = ["Leonora Tindall <nora@nora.codes>"]
categories = ["algorithms", "science"]
description = "A set of useful mathematical functions for floating point numbers based on the Newton-Raphson method for finding roots."
documentation = "https://docs.rs/nrfind"
keywords = ["newton-raphson", "root", "numeric", "calculus"]
license = "MIT"
name = "nrfind"
readme = "README.md"
repository = "https://github.com/LeoTindall/nrfind"
version = "1.0.3"