Post Reply 
(Free42) matrix copy/paste bug
02-06-2018, 08:57 AM (This post was last modified: 02-06-2018 09:15 AM by Werner.)
Post: #1
(Free42) matrix copy/paste bug
I only discovered this yesterday (the matrix copy I mean)!
And it works really well, save for one thing: the import does not handle 34 digits with exponents.
Just export the 2x1 matrix containing
Code:
 1/7
 2 SQRT
You get
Code:
1.428571428571428571428571428571429e-1
1.414213562373095048801688724209698
Now copy that and paste it again into Free42 - you get
Code:
"1.4285"
1.414213562373095048801688724209698

The first one is a string. It seems there's a bug in the combination of 34 digits and exponent.
(tested on Free42 Decimal Windows 2.012 and iOS 2.0.12d)

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
Post Reply 


Messages In This Thread
(Free42) matrix copy/paste bug - Werner - 02-06-2018 08:57 AM



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