Christophe de Dinechin
Christophe de Dinechin
We need a way to implement conversions with an additive factors, e.g. Kelvin to Celsius and conversely.
When evaluating an equation like `'A*A+B*B=C*C'` with `→Num`, we get a `True` or `False` result. Would it be preferable to see the left and right results?
In an operation like `53000^400`, we first get a `Number too big` error in the integer computation, followed by a decimal result (in that case roughly `5.13272E1889`). We should either...
Occasionally, the test output fails with: ``` Summary of 1 failures: ../src/tests.cc:5523: Test #40: rewrites: Equation rewrite engine ../src/tests.cc:5523: 40:028.002: Matching explicit wildcards now works ../src/tests.cc:5523: Expected output ['cos(0·A+A+A)+cos(0·B+B+B+B)+sin(0·C+C+C+C+C)'], got...
When using the solver menu, add commands to evaluate the equation value, and to select the next equation if there is a list in `EQ`
From #984 comment 1: @mahi2003 wrote: Simple calculations (addition/subtraction) with dms values seem to be pretty slow, even on USB power.
Seen in the demo for 0.7.8, around 14:15 in the video.
Reported [on MoHPC](https://www.hpmuseum.org/forum/thread-20157-post-188865.html#pid188865): > Concerning, the state saving function, I observed that I am not able to save the calculator state under a new name (useful if a want to...