HP Forums
[Free42] AGRAPH bug - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: General Forum (/forum-4.html)
+--- Thread: [Free42] AGRAPH bug (/thread-6714.html)



[Free42] AGRAPH bug - Werner - 08-21-2016 06:46 PM

I'm afraid I found another small bug in Free42: (iOS v1.5.6)
AGRAPH accepts complex arguments, but they don't work as they should.

Say you do:

Code:
>LBL TRY
 CLLCD
 "<BB<"
 1
 100
 AGRAPH
 9
 100
 AGRAPH
 END

This draws two small zeroes, one below the other, and works on Free42.
Now change the last part to

Code:
 100
 9
 COMPLEX
 AGRAPH

This shows the same result on a 42S, but Free42 now only shows one '0'.
With 9 100 COMPLEX it shows two '0's but the second one is now at (estimating) 8,8

Strangely, providing a complex matrix does work exactly like a 42S.

Cheers, Werner


RE: [Free42] AGRAPH bug - Gerald H - 08-22-2016 05:28 AM

Confirmed on Samsung S3, Android 4.3.


RE: [Free42] AGRAPH bug - Gerald H - 09-05-2016 06:55 AM

Bug corrected in version 1.5.10.

Thank you Thomas Okken.