Menu icon indicating copy to clipboard operation
Menu copied to clipboard

Search box : Calculation error

Open louies0623 opened this issue 2 years ago • 2 comments

20231013_223826 e.g. "4x2 = 8x" is 8 and no x "10-4x2+8 = 13-8x" not a 5 "55-3x4 = 55-12x"not 43

build 0I46 live

louies0623 avatar Oct 13 '23 14:10 louies0623

I think "x" is taken as a variable whereas you want "*" for multiplication?

probonopd avatar Oct 28 '23 10:10 probonopd

Usually newbies will only use "x" for multiplication instead of "*", (this is the symbol they recognize). Only advanced people will know "*". My idea is that we may need to find out the math The arrangement of calculation formulas can distinguish "x" (multiplication) and "x" (variable). Otherwise, if user want to calculate by searching the box, basic addition, subtraction, multiplication and division are enough, such as advanced algorithms such as "x, y ,z "number of variables they should be used on Computer.app,

louies0623 avatar Oct 29 '23 13:10 louies0623