mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 16:46:00 +02:00
Fix typo
This commit is contained in:
parent
5d1e62095e
commit
38fa355769
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
`echo "4 5 * 17 - p"| dc`
|
||||
|
||||
- Set number of decimal places to 10 [k 7], calculate 5 divided by -3 [5 _3 /] and [p]rint (using dc -e):
|
||||
- Set number of decimal places to 7 [7 k], calculate 5 divided by -3 [5 _3 /] and [p]rint (using dc -e):
|
||||
|
||||
`dc -e "7 k 5 _3 / p"`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue