问题

软件 >> Calculator >> Bug
Questions in category: Bug (Bug).

[Bug]2024-8-17

Posted by haifeng on 2024-08-17 22:00:47 last update 2024-08-19 13:34:06 | Answers (0) | 收藏


>> (x+y-1)(x+y+1)
in> (x+y-1)*(x+y+1)

out> x^2+2xy+y^2-
------------------------


>> (x-1)(x+1)
in> (x-1)*(x+1)

out> x^2-
------------------------

 

已修复

位于 polynMulti.cpp 中的 show_single_item_Multi() 函数.