You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
When doing a specific calculation, the web emulator hangs and crashes. Doing this same calculation on the physical calculator does not hang or crash.
Go to Settings and set the Angle Measure setting to Degrees
Type √(2²+4²-2*2*4cos(55)) (the entire expression should be under the √, as per screenshot)
Hit EXE
Type acos((Ans²+4²-2²)/(2*Ans*4)) (see screenshot)
Hit EXE and observe the crash / hang
Expected Behavior:
The calculated answer of ≈29.86745212 as provided by the physical calculator. If I do not use Ans, but instead press the up arrow to grab the last calculation's answer directly, the calculation works as intended without crash. Only when using Ans does it crash.
Environment:
This is using the web emulator software version 19.5.0, and it happens in both Firefox 106.0.4 64-bit and Chrome 107.0.5304.88 64-bit, both on Windows 11.
The text was updated successfully, but these errors were encountered:
Hello ! This seems to have been fixed in more recent version as I can't reproduce the crash. I will close the issue but don't hesitate to reopen if needed !
Description:
When doing a specific calculation, the web emulator hangs and crashes. Doing this same calculation on the physical calculator does not hang or crash.
Screenshot:

Steps to reproduce the behavior:
√(2²+4²-2*2*4cos(55))
(the entire expression should be under the √, as per screenshot)acos((Ans²+4²-2²)/(2*Ans*4))
(see screenshot)Expected Behavior:
The calculated answer of
≈29.86745212
as provided by the physical calculator. If I do not useAns
, but instead press the up arrow to grab the last calculation's answer directly, the calculation works as intended without crash. Only when usingAns
does it crash.Environment:
This is using the web emulator software version 19.5.0, and it happens in both Firefox 106.0.4 64-bit and Chrome 107.0.5304.88 64-bit, both on Windows 11.
The text was updated successfully, but these errors were encountered: