pub fn functionify<S>(text: S) -> impl Fn(&HashMap<S, Variable>) -> f64where S: Copy + AsRef<str> + Display + Into<String>,
Takes a mathematical expression given as a string and returns a function.