Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 647 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 647 Bytes

Ile calculator of mathematical expressions / (MIPT, part of the L project)

Ile logo

Brief information

  • Application written in C (2011)
  • Solves quadratic equations in any possible notation
  • Demonstrates step-by-step solution
  • Can be integrated into a web server and a web site
  • Implemented using CGI

Application operation algorithm

  1. A web server is created at address 8000
  2. The application is initialized using CGI in the C language
  3. The application works and responds to changes and input data on the page
  4. When the web page is closed, the application closes and terminates the server.