calculate Result With
Calculates the expression using the input variables and return its result.
Return
the result of the expression
Parameters
input Vars
the input variables
Throws
if an expression variable doesn't have an associated value
if an operator or function doesn't have enough operands to get applied
if an unknown token is found in the expression during calculating