mirror of
https://github.com/Floriansylvain/GoEvalCalc.git
synced 2026-08-19 11:43:25 +02:00
571 B
571 B
Math Expression Evaluator
A simple, interactive math expression evaluator built with Go.
Usage
Run the program and type your expression into the input field. Press Enter to evaluate.
Examples:
2 + 2sin(pi/4)pow(2, 8)sqrt(64) + 10
Dependencies
- expr-lang/expr - Expression evaluation
- gdamore/tcell - Terminal handling
- rivo/tview - Terminal UI components
Controls
- Enter: Evaluate expression
- Esc/Ctrl+C: Exit application