From 757901f9a099cb43dbbc04505b9df726225ee5d1 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Sun, 17 Dec 2017 16:47:56 -0500 Subject: [PATCH] Consistent use of k operator --- pages/common/dc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/dc.md b/pages/common/dc.md index 34dac02c1a..b54fc14da8 100644 --- a/pages/common/dc.md +++ b/pages/common/dc.md @@ -18,6 +18,6 @@ `dc -e "7 k 5 _3 / p"` -- 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: +- Calculate the golden ratio, phi: Set number of decimal places to 100 [100 k], square root of 5 [5 v] plus 1 [1 +], divided by 2 [2 /], and [p]rint result: `dc -e "100 k 5 v 1 + 2 / p"`