From e3f1d3377fa318fd79f47de67c8ce87381e96893 Mon Sep 17 00:00:00 2001 From: kalebo Date: Mon, 21 Nov 2016 09:33:08 -0700 Subject: [PATCH] simplification * merged lines about interactive mode and mathlib --- pages/common/bc.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pages/common/bc.md b/pages/common/bc.md index 487ec6301d..d8520c22da 100644 --- a/pages/common/bc.md +++ b/pages/common/bc.md @@ -2,11 +2,7 @@ > Calculator. -- Run calculator in interactive mode: - -`bc -i` - -- Run calculator in interactive mode with floating point support: +- Run calculator in interactive mode using the standard math library: `bc -l`