numlib 0.1.0

A simple numerical library implementing common numberical algorithms in rust
Documentation
[badges.travis-ci]
branch = "master"
repository = "luke-bhan/numlib"
[dependencies.assert_approx_eq]
version = "1.1.0"

[package]
authors = ["Luke Bhan  <luke.bhan@vanderbilt.edu>"]
description = "A simple numerical library implementing common numberical algorithms in rust"
documentation = "https://github.com/luke-bhan/numlib/blob/master/README.md"
edition = "2018"
exclude = [".gitignore"]
homepage = "https://github.com/luke-bhan/numlib"
keywords = ["integreate", "numerical", "Runge-Kutta", "Trapezoid"]
license = "MIT"
name = "numlib"
version = "0.1.0"