Remix.run Logo
Show HN: Terminal Calculator in Pure C – Matlab in Your CLI
3 points by den_dev 15 hours ago

Full scientific calculator with matrices, variables, and 50+ functions. Zero dependencies.

gcc -o calculator calculator.c -lm -Wall -O2

Repo: https://github.com/DenisDolya/cli-arsenal/tree/main/calculat...

Perfect for math, engineering, and CLI enthusiasts.