A calculator whose functions include both standard operations and work with complex numbers, functions, variables and constants.
Just download the given file package and use it according to the instructions below.
- Create a new .txt file that will store the mathematical expressions needed for the calculation. This file may contain:
- Addition
+ - Subtraction
- - Multiplication
* - Division
/ - Exponentiation
^ - Square root
sqrt() - Functions like
sin(),cos(),tan(),log(),ln(),abs(),exp(),phase(),real(),imag()andmag(). - Constants
PIande. - Variables:
a=11,b=a*2and etc.
- Addition
- Run the program.
- Enter the path to the desired file.
- After specifying the file, run the program and get the desired result.
© Tetrada Team, NRU HSE
Licensed under the Apache-License.