Initial commit with a few functions

This commit is contained in:
2020-06-12 19:26:17 -04:00
commit 60af0afba6
5 changed files with 272 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "myClasses"
version = "0.1.0"
authors = ["Mattrixwv <m_ellison@ymail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
num = "0.2.1"
assert_approx_eq = "1.1.0"