The idea is to support calculations in input fields. For example, if the initial value of an input is 20, and you append '+ 12' and press Enter, the value would update to 32.
This feature would support the +, -, and / operators.
What do you think about this?