Files
GoEvalCalc/README.md
T
2025-04-14 00:53:27 +02:00

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 + 2
  • sin(pi/4)
  • pow(2, 8)
  • sqrt(64) + 10

Dependencies

Controls

  • Enter: Evaluate expression
  • Esc/Ctrl+C: Exit application