Use a colon instead of comma

This commit is contained in:
Matthew Thompson 2017-12-15 13:00:16 -05:00
parent 12e4418ffb
commit 40547b8295

View File

@ -14,6 +14,6 @@
`echo "7 k 5 _3 / p" | dc`
- To 100 decimal places [100 k], calculate the golden ratio, phi, sqrt(5) [5 v] plus 1 [1 +], divided by 2 [2 /], and [p]rint result:
- To 100 decimal places [100 k], calculate the golden ratio, phi: sqrt(5) [5 v] plus 1 [1 +], divided by 2 [2 /], and [p]rint result:
`echo "100 k 5 v 1 + 2 / p" | dc`