A simple Maya Node that computes an equation given as a string and up to 5 variables.
Every element of the equation, for example every number, operand or parentheses, has to be seperated by a whitespace. To access one of the variables, use lowercase names (a, b, c, d, e). Example Input: ( 4 + 8 ) / a ^ 2