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.lock | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Cargo.lock (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..b1c5475 --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,5 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +[[package]] +name = "poly" +version = "0.1.0" -- cgit v1.2.3