Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 431 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 431 Bytes

Qt_OCFractions

Calculator for fractions using Qt GUI. Inspired by C++ tutorial of OpenClassrooms.

Description

This calculator is designed to handle fractions and solving by step on each request of the result. It is a learning tool.

examples :

  • 1 + 2 * 3 = 1 + 6 = 7
  • ( (1/2) + 3 - 4 * 5) /7 = ( 1/2 + 3 - 4 * 5 ) /7 = ( 7/2 - 20 ) /7 = -33/2*7 = -33/14