Show HN: 纯 C 编写的终端计算器 – 你的命令行里的 Matlab
1 分•作者: den_dev•8 个月前
功能全面的科学计算器,支持矩阵、变量和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.