From 140e88252d11786e4eb1df8b16912d9aa7dde0ef Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sat, 3 Nov 2018 16:05:18 -0700 Subject: [PATCH] Add () and copy/paste to Kcalc --- source/2/2.4/2.4.3/Kcalc.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/2/2.4/2.4.3/Kcalc.rst b/source/2/2.4/2.4.3/Kcalc.rst index efa2a389..5f09f5ba 100644 --- a/source/2/2.4/2.4.3/Kcalc.rst +++ b/source/2/2.4/2.4.3/Kcalc.rst @@ -15,7 +15,9 @@ Useage ------ To do simple arithmetic click the numbers and then press the sign for addition, multiplication, subtraction, or division. You can also type in the numbers and press + for addition, - for subtraction, * for multiplication and / for division. To view the answer press the button that is an =. -To make a number negative press the button that looks like a +/-. To insert decimals press the decimal point button which looks like . when you get to the part which is less than a whole number. To clear input from Kcalc Press the button with a C on it. +To make a number negative press the button that looks like a +/-. To insert decimals press the decimal point button which looks like . when you get to the part which is less than a whole number. To clear input from Kcalc Press the button with a C on it. To group operations so they happen together use the parenthesis to make things grouped to gether for example 2*(2+3) would give the result of 10 because it would add 2 and 3 and then multiply by two. + +To copy and answer out of Kcalc press control + c or edit -> copy from the menu. To paste a number into Kcalc you can press control + v or edit -> paste from the menu. Screenshot