展示HN:纯C编写的终端计算器 - 你的命令行中的Matlab

1作者: den_dev2 个月前原帖
完整的科学计算器,支持矩阵、变量和50多种函数。零依赖性。<p>编译命令:gcc -o calculator calculator.c -lm -Wall -O2<p>代码库:<a href="https:&#x2F;&#x2F;github.com&#x2F;DenisDolya&#x2F;cli-arsenal&#x2F;tree&#x2F;main&#x2F;calculator" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;DenisDolya&#x2F;cli-arsenal&#x2F;tree&#x2F;main&#x2F;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:&#x2F;&#x2F;github.com&#x2F;DenisDolya&#x2F;cli-arsenal&#x2F;tree&#x2F;main&#x2F;calculator" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;DenisDolya&#x2F;cli-arsenal&#x2F;tree&#x2F;main&#x2F;calculat...</a><p>Perfect for math, engineering, and CLI enthusiasts.