From a842da90820608d81aed82f65e130830883a1722 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Mon, 24 Nov 2025 22:45:24 -0800 Subject: [PATCH] Add multiplication sign option 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 05b2c567..faaa3082 100644 --- a/source/2/2.4/2.4.3/Qalculate.rst +++ b/source/2/2.4/2.4.3/Qalculate.rst @@ -121,7 +121,7 @@ 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 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 check 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. +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 change how to dispaly the multiplication sign use the :guilabel:`Multiplication sign` menu. To use the unicode division slash check 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. To switch imaginary units to j check the :guilabel:`Use j as imaginary unit` checkbox. To use a comma as a decimal separator check the :guilabel:`Use comma as decimal separator` checkbox. To ignore commas in number check the :guilabel:`Ignore comma in numbers` checkbox. To indicate repeating decimals check the :guilabel:`Indicate repeating decimals` checkbox. To have what you copy be unformated ASCII check the :guilabel:`Copy unformatted ASCII by default` checkbox. To change how to group digits change the :guilabel:`Digit grouping` menu. To automatically group digits when inputting them check the :guilabel:`Automatically group digits in input` checkbox. To change how to display intervals change the :guilabel:`Interval display` menu. To change how to round numbers change the :guilabel:`Rounding` menu. To change what form complex numbers take use the :guilabel:`Complex number form` menu.