A calculator app written in Python that accepts LaTeX mathematical expressions, renders them in real-time, and calculates the results.
- Real-time LaTeX rendering using matplotlib
- Support for complex mathematical expressions
- Dark mode interface
- Instant calculation results in both numerical and boolean form
- 100% compliance with NESA approved feature-sets
The app is available for both Windows and Linux and is portable, meaning you don't need to install python or any other dependencies. Just download the binary for your operating system and run it.
- Enter your LaTeX expression in the input field
- The expression will be rendered in real-time in the preview field
- Click "Calculate" to see the result
- Basic arithmetic:
2 + 2 - Fractions:
\frac{1}{2} + \frac{3}{4} - Powers:
2^3 + 4^2 - Complex expressions:
\frac{1-(1+0.1)^{-15}}{0.1}+60\frac{\frac{1-(1+0.1)^{-15}}{0.1}-15(1+0.1)^{-15}}{0.1}-13330.02
