From e873a553c9d21bfa85061e81108d0a53c1c33247 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 5 Mar 2025 11:55:01 -0800 Subject: [PATCH] Add hexidecimal to scientific notation to Qalculate prefrences --- source/2/2.4/2.4.3/Qalculate.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/2/2.4/2.4.3/Qalculate.rst b/source/2/2.4/2.4.3/Qalculate.rst index c0818efa..bdf6677a 100644 --- a/source/2/2.4/2.4.3/Qalculate.rst +++ b/source/2/2.4/2.4.3/Qalculate.rst @@ -116,4 +116,4 @@ To change what to show in the window title use the :guilabel:`Window title` menu .. image:: qalculate-lookfeel.png -To have settings for how to format numbers use the :guilabel:`Numbers and Operators` tab. To output two complement in either binary or hexidecimal check the :guilabel:`Binary` checkbox or :guilabel:`Hexidecimal` checkbox next to :guilabel:`Two's complement output`. To change what input two's complement expects check the :guilabel:`Binary` or :guilabel:`Hexadecimal` checkbox next to :guilabel:`TWo complement input`. To change what bits to put in binary change the :guilabel:`binary bits` menu. +To have settings for how to format numbers use the :guilabel:`Numbers and Operators` tab. To output two complement in either binary or hexidecimal check the :guilabel:`Binary` checkbox or :guilabel:`Hexidecimal` checkbox next to :guilabel:`Two's complement output`. To change what input two's complement expects check the :guilabel:`Binary` or :guilabel:`Hexadecimal` checkbox next to :guilabel:`TWo complement input`. To change what bits to put in binary change the :guilabel:`binary bits` menu. To use lower case letters check the :guilabel:`Use lower case letters in non-decimal numbers` checkbox. To use special symbols for base 12 numbers check the :guilabel:`Use special duodecimal symbols` checkbox. To use a dot as a multiplication sign check the :guilabel:`Use dot as multiplication sign` checkbox.To use the unicode division slash chceck the :guilabel:`Use Unicode division slash in output` checkbox. To have logical operators spelled out in words check the :guilabel:`Spell out logical operators` checkbox. To display scientific notation with E instead of 10^n check the :guilabel:`Use E-notation instead of 10^n` checkbox.