Post Reply 
(Free42) matrix copy/paste bug
02-06-2018, 02:05 PM (This post was last modified: 02-06-2018 02:08 PM by Thomas Okken.)
Post: #3
RE: (Free42) matrix copy/paste bug
(02-06-2018 08:57 AM)Werner Wrote:  
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.

Hmm. That affects scalar paste as well. Must be a bug in the number parser.
It looks like it doesn't handle negative exponents. Ouch! Release 2.0.13 coming soon...

(02-06-2018 12:32 PM)Werner Wrote:  Update: there's more going on. Try as I might, I can't get the following

Code:
kg    1
g    0.001
lb    0.45359237
oz    28.3495
slug    14.5939029372
lbt    0.3732417
ton    907.18474
tonUK    1016.0469088
t    1000
ozt    0.031103475
ct    0.0002
grain    0.00006479891
u    1.66057E-27

into my iPhone. It does work on Windows Free42 Decimal, though.
The iOS version insists on treating everything as a string and will return just a 1 column matrix.

That's probably because the tabs are getting turned into spaces somewhere. The matrix paste logic looks for tabs to separate cells within a row.
Visit this user's website 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
RE: (Free42) matrix copy/paste bug - Thomas Okken - 02-06-2018 02:05 PM



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