[package] name = "lagrangian_interpolation" version = "0.1.1" edition = "2021" authors = ["Ethan Barry "] license = "Unlicense" license-file = "UNLICENSE" keywords = ["math", "polynomials", "numerics"] description = "An algorithm to interpolate between points with polynomials." repository = "https://github.com/ethanbarry/lagrange_interpolation" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]