Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 690 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 690 Bytes

Build Status Build status

LilouCalc

A real simple scientific calculator written in C++ and Qt5

Preview

Functions

  • Basic add, subtract, multiply and division
  • Square, Cube, Power to N, Factorial
  • Sine, Cosine, Tangent and reverse of them
  • Memory Save, Recall and Clear
  • Parenthesis support
  • Dark theme

The core engine and expression parsing are provided by the SpeedCrunch project.