Post Reply 
[Free42] AGRAPH bug
08-21-2016, 06:46 PM
Post: #1
[Free42] AGRAPH bug
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

41CV†,42S,48GX,49G,DM42,DM41X,17BII,15CE,DM15L,12C,16CE
Find all posts by this user
Quote this message in a reply
08-22-2016, 05:28 AM
Post: #2
RE: [Free42] AGRAPH bug
Confirmed on Samsung S3, Android 4.3.
Find all posts by this user
Quote this message in a reply
09-05-2016, 06:55 AM
Post: #3
RE: [Free42] AGRAPH bug
Bug corrected in version 1.5.10.

Thank you Thomas Okken.
Find all posts by this user
Quote this message in a reply
Post Reply 




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