[number1] [function] [number2]
[function] [number1]
**Don't forget the spaces!**
Format: [number1] + [number2]
Example: 2 + 2
Format: [number1] - [number2]
Example: 2 - 2
Format: [number1] * [number2]
Example: 2 * 2
Format [number1] / [number2]
Example: 2 / 2
Format: [number1] ^ [number2]
Example: 2 ^ 2
Format: sqrt [number1]
Example: sqrt 2
Format: [number1] mod [number2]
Example: 2 mod 2
Note that only rational numbers (expressed in a finite decimal form) can be inputted.
To exit the application, type "exit".
**Again, don't forget about the spaces in-between the numbers and function.**