Add bc to Everyday use section
parent
3868fc2291
commit
f381909fdf
11
README-zh.md
11
README-zh.md
|
@ -201,6 +201,17 @@
|
|||
>>> 2+3
|
||||
5
|
||||
```
|
||||
另一个方法是bc (如果你的系统上没有安装python的话)
|
||||
```
|
||||
echo "2+3"|bc
|
||||
5
|
||||
```
|
||||
Specify scale for accuracy control purpse.
|
||||
指定scale参数可以控制计算精度
|
||||
```
|
||||
echo "scale=4;9/7"|bc
|
||||
1.2857
|
||||
```
|
||||
|
||||
|
||||
## 文件及数据处理
|
||||
|
|
Loading…
Reference in New Issue