Closed anaskaejdar closed 1 year ago
Is it the right way to enter your expression? Thought it should be something as this:
2
1
14
÷
yˣ
Is it the right way to enter your expression? Thought it should be something as this:
2 1 14 ÷ yˣ
That is the same order as what I posted, except you have 14 where I had 24
Oh, ok my bad, I confused it.
So trying using current version I got into the result of 1.029302236643492
.
It matches same expression in python interpreter. Looks like it was changed the "calculator engine" now it's using an external lib to do the math, looks to work better.
Look at this issue, looks like the mantainer already pushed this lib usage. Probably they should close this linked issue.
The last F-Droid release was June 2021 (six months later than the last github release), but that fdroid release must have had this bug, since I reported it in December 2021.
The new lib probably caused this problem somehow.
Oh, so the F-Droid is way behind master. Will try to configure a git action to build apk and place it into the release.
Basically I'm trying to calculate 2^(1/24),
but after this button press on the yˣ button,
the app freezes, and any subsequent button presses turns the whole screen grey.
It's a different story entirely with a simpler exponent like 2^(1/4)