Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 823 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 823 Bytes

Polynomial Calculator

Polynomial Calculator is a program written in Pascal, which can:

  • simplify math expressions that contain variables
  • do addition, subtraction, multiplication and exponentiation with any polynomials.

Files

polycalc/
├── new.pas     - The main program.
├── SysLib.pas  - Global various and general functions.
├── run.bat     - Windows CMD script that runs the main program repeatedly.
└── Fraction.pas - Fraction number calculation test.

Future Plans

  • Computation of properties of a polynomial
  • Computation of Division
  • Mobile app

Author

Tianlei Zheng

My Other Projects