Post Reply 
New Version: 2018.07.06 2.0.0.13865
07-29-2018, 09:25 PM
Post: #46
RE: New Version: 2018.07.06 2.0.0.13865
(07-29-2018 07:59 PM)parisse Wrote:  What I need is a list of commands without any user interaction like say
Code:

l:=[30,45,60,70,80,85,90]*pi/180;
sin(l).^2 .* cos(l).^2;
In other words, something I can just copy/paste to the emulator and see a bug happen.

No, in the emulator I did not have any crashes at all only on the physical HP Prime. sin(l).^2 .* cos(l).^2; works OK, but if I do simplify(sin(l).^2 .* cos(l).^2); or simplify on the result of sin(l).^2 .* cos(l).^2 physical HP Prime crashes. If I do trigsin, trigcos, trigtan on sin(l).^2 .* cos(l).^2 works OK. All of the above works OK on the VC with no problems whatsoever.

Cheers
John P
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: New Version: 2018.07.06 2.0.0.13865 - John P - 07-29-2018 09:25 PM



User(s) browsing this thread: 1 Guest(s)