Convert the input for the amount in the expense/income form into a calculator input.
Users should be able to input the following expression: 222+42+90-44/2+21, and the calculator should display the result.
- Handle NAN outputs.
- Handle negative outputs.