Talk:Write float arrays to a text file: Difference between revisions

Content added Content deleted
(Precision vs decimal places)
 
Line 17: Line 17:
0j2 ": 1.2345678
0j2 ": 1.2345678
1.23
1.23

== Too precise and not precise enough ==

I'm not comfortable with the desired output:

* What's the separator, space or tab? Should the file be fixed- or free- format? It's not clear by just looking at it.
* On the other hand, it seems silly expect the output will have exactly the same numeric digits. It all depends on the underlying ''sprintf'' or equivalent.

I changed the task to leave some freedom on this.

[[User:Eoraptor|Eoraptor]] ([[User talk:Eoraptor|talk]]) 15:52, 29 October 2019 (UTC)