Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
EdoardoLuciani committed Jun 23, 2019
2 parents 09af0eb + 6746c83 commit bb598f2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# QuickMath

Welcome to the official repository of QuickMath! QuickMath is a simple calculator, simple to use but with some (hopefully a lot in the future) cool features, like:

• Ability to save calculations and to restore them

• Support for BIG numbers

• Keyboard Shortcuts

• Variable Support

I'm also working on adding 2D and 3D graphs, and an equation solver.

This calculator uses the C++ Mathematical Expression Toolkit Library (ExprTk Link Here: http://www.partow.net/programming/exprtk/) so all functions available in the parser are also supported in QuickMath.

The first distribution is available in the Release tab, be sure to check it out!
And if you wanna build QuickMath from scratch you need to include extrenal libraries (mpir,mpfr,exprtk,exprtk_mpfr_adaptor) with their relative header (.h) and library (.lib) files. For legal reasons I don't want to include them in this repository.

The test project is nothing important it is only useful for me to test out potentially new features separately from the main program code.

0 comments on commit bb598f2

Please sign in to comment.