mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 12:46:02 +02:00
Changing wording in scale example
* 'decimal places' used instead of 'precision' * Implicit example of using scale
This commit is contained in:
parent
e3f1d3377f
commit
262561ca78
1 changed files with 1 additions and 1 deletions
|
@ -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"`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue