From ad4c09192e6144e3e914748f9ce4edf371cf75b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Thu, 7 Jan 2021 11:57:02 -0300 Subject: Initial commit Starting off with a function able to turn recursive linear interpolations into their corresponding polynomial. --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..ab64b5d --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "poly" +version = "0.1.0" +authors = ["Juan Manuel Tomás "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] -- cgit v1.2.3