配置浏览器地址栏作为超级计算器(bc)

使用Android端uweb浏览器
Gnu bc计算器支持无限精度,可轻易扩展函数库、常数库。

安装bc

配置文件/sdcard/uweb/default.acmd如下:

计算器:text/html:echo "%s"|bc -l -q

更多bc扩展库:

扩展库可下载至/sdcard/uweb目录)
https://github.com/susca/bc-extensions
http://phodd.net/gnu-bc
http://www.numbertheory.org/gnubc/gnubc.html

使用扩展库以后default.acmd配置如下:

计算器:text/html:echo "%s"|bc -l -q extensions.bc scientific_constants.bc
全能计算器:text/html:echo "%s"|bc -l -q *.bc