[package] name = "numerical-differentiation" version = "1.0.0" edition = "2021" license = "GPL-2.0" readme = "README.md" repository = "https://github.com/akagiyuu/numerical-differentiation" homepage = "https://github.com/akagiyuu/numerical-differentiation" description = """ A library for approximating n-th differentiation of a function at a given point using numerical methods """ [dependencies] cached = "0.53.1" nalgebra = "0.33.0" rayon = "1.10.0"