From ddd10cb636ee7fd585dac7e9d6fec4c44b6a801f Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Fri, 10 Nov 2023 16:04:57 -0800 Subject: [PATCH] Explain left and right shift to Kcalc --- source/2/2.4/2.4.3/Kcalc.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/2/2.4/2.4.3/Kcalc.rst b/source/2/2.4/2.4.3/Kcalc.rst index f4368a20..3e5bf3f8 100644 --- a/source/2/2.4/2.4.3/Kcalc.rst +++ b/source/2/2.4/2.4.3/Kcalc.rst @@ -58,6 +58,8 @@ To switch the calculator into number system mode :menuselection:`Settings --> Nu If you type a number into in your numerical base you will see the underneath the buttons will show what that number is in that numerical base. To be able to change each the bits use for each operation select :menuselection:`Settings --> Show bit edit`. Then to see which bits are shown will be below what you enter into the calculator and above the numerical bases. Each number you enter will in binary have a black square if it has a 1 in binary representation for that digit and a white square if it is zero. To flip a bit simply left click on it. +To shift the bits of a number to the left on a number press the :guilabel:`Lsh` button and then the number of bits you want to shift over. To shift a number of bits to the right press the :guilabel:`Rsh` button and then the number of bits you wish to shift over. + Statistic Mode ---------------- To enter Statistic mode :menuselection:`Settings --> Statistic Mode`. To enter multiple entries of data press the :guilabel:`Dat` button to enter data. To show how many pieces of data you have entered press the :guilabel:`N`. To view the mean or average of all the data press the :guilabel:`Mea` button. To view the standard deviation of the data press the :guilabel:`σ` with a subscript n button. To view the median of the data press the :guilabel:`Med` button. To clear the statistical memory press the :guilabel:`CSt` button.