rebuilding site Thu Feb 10 05:20:09 PM CST 2022

This commit is contained in:
James Feng Cao 2022-02-10 17:20:09 +08:00
parent e4ab875661
commit 835b13018d
6 changed files with 69 additions and 65 deletions

View file

@ -24,8 +24,8 @@
</ul>
<p>使用<a href="https://www.coolapk.com/apk/info.torapp.uweb">uweb浏览器</a><br>
Gnu bc计算器支持无限精度轻易扩展函数库、常数库。</p>
<h3 id="安装bc">安装bc</h3>
Gnu bc计算器支持无限精度可扩展函数库、常数库。</p>
<h3 id="安装bc-android11无需安装">安装bc (Android11+无需安装)</h3>
<ul>
<li>安装<a href="../searchurl/plugins.html">uweb定制Termux应用</a></li>
<li>Termux下运行以下命令<br>
@ -46,8 +46,8 @@ apt install bc</li>
<a href="http://phodd.net/gnu-bc">http://phodd.net/gnu-bc</a><br>
<a href="http://www.numbertheory.org/gnubc/gnubc.html">http://www.numbertheory.org/gnubc/gnubc.html</a></p>
<h3 id="使用扩展库以后defaultacmd配置如下">使用扩展库以后default.acmd配置如下</h3>
<p>计算器:text/html:echo &quot;%s&quot;|bc -l q extensions.bc scientific_constants.bc<br>
全能计算器:text/html:echo &quot;%s&quot;|bc -l q *.bc</p>
<p>计算器:text/html:echo &quot;%s&quot;|bc -l -q extensions.bc scientific_constants.bc<br>
全能计算器:text/html:echo &quot;%s&quot;|bc -l -q *.bc</p>
</div>