Function math_parse::math_parse
source · pub fn math_parse(
expression: &str,
variable_map: Option<&HashMap<String, String>>
) -> Result<i64, MathParseErrors>Expand description
Parse the expression given and apply the optional map of variable that maps variables to math expressions.