展示HN:纯C编写的终端计算器 - 你的命令行中的Matlab
完整的科学计算器,支持矩阵、变量和50多种函数。零依赖性。<p>编译命令:gcc -o calculator calculator.c -lm -Wall -O2<p>代码库:<a href="https://github.com/DenisDolya/cli-arsenal/tree/main/calculator" rel="nofollow">https://github.com/DenisDolya/cli-arsenal/tree/main/calculat...</a><p>非常适合数学、工程和命令行界面爱好者。
查看原文
Full scientific calculator with matrices, variables, and 50+ functions. Zero dependencies.<p>gcc -o calculator calculator.c -lm -Wall -O2<p>Repo: <a href="https://github.com/DenisDolya/cli-arsenal/tree/main/calculator" rel="nofollow">https://github.com/DenisDolya/cli-arsenal/tree/main/calculat...</a><p>Perfect for math, engineering, and CLI enthusiasts.