[package] name = "math-ops" version = "1.1.1" authors = ["Anand Aiyer "] edition = "2021" license = "MIT" description = "Mathematical and statistical operations on vectors" readme = "README.md" keywords = ["math", "statistics", "vector", "operations", "numeric"] repository = "https://github.com/aaiyer/math-ops" [dependencies] num-traits = "0.2" comfy-table = "7.1"