This code doesn't work ``` MathEvaluator eval = new MathEvaluator(); eval.Variables.Add("a", 2); Console.Write(eval.Evaluate("-a")); ``` Exception: Invalid number format: -