Write float arrays to a text file: Difference between revisions

m
(Updated to work with Nim 1.4: changed "t.a" to "t[0]" and "t.b" to "t[1]". Replaced tabulation with spaces. Other minor changes.)
Line 892:
io.close( fp )</lang>
 
=={{header|Mathematica}}/{{header|Wolfram Language}}==
<lang Mathematica>exportPrec[path_, data1_, data2_, prec1_, prec2_] :=
Export[
1,111

edits