This commit is contained in:
Matthew Thompson
2017-12-16 15:18:43 -05:00
parent 5d1e62095e
commit 38fa355769

View File

@@ -14,7 +14,7 @@
`echo "4 5 * 17 - p"| dc` `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"` `dc -e "7 k 5 _3 / p"`