Christophe de Dinechin

Results 242 issues of Christophe de Dinechin

We need a way to implement conversions with an additive factors, e.g. Kelvin to Celsius and conversely.

feature

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?

enhancement

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...

bug

We get an algebraic where the `6x` part does not render

bug

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...

bug

We need a function that lists the files on the USB disk.

feature

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`

feature
done

From #984 comment 1: @mahi2003 wrote: Simple calculations (addition/subtraction) with dms values seem to be pretty slow, even on USB power.

bug
user
performance

Seen in the demo for 0.7.8, around 14:15 in the video.

bug
verify

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...

bug
user
dm32