Skip to main content

eval

Function eval 

Source
pub fn eval(
    equation: &str,
    deg: bool,
    custom_vars: Vec<Variable>,
    custom_func: Vec<Function>,
) -> String