HP Forums

Full Version: [Free42] AGRAPH bug
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Confirmed on Samsung S3, Android 4.3.
Bug corrected in version 1.5.10.

Thank you Thomas Okken.
Reference URL's