Changing wording in scale example

* 'decimal places' used instead of 'precision'  
* Implicit example of using scale
This commit is contained in:
kalebo 2017-02-25 16:48:24 -07:00 committed by Agniva De Sarker
parent e3f1d3377f
commit 262561ca78

View File

@ -10,7 +10,7 @@
`bc <<< "(1 + 2) * 2 ^ 2"`
- Calculate with the given precision:
- Calculate expression and force number of decimal places to 10:
`bc <<< "scale=10; 5 / 3"`