# loaddefs '/home/bill/web/My sports & clubs/natural- CNS/240102 pdf to html: Colton, Bromley Mar2021 Table I Expected Time Scales.txt'
# www.BillHowell.ca 03Jan2024 initial
# run this:
# terminal output : qnial> table1
# screen copy, eg : 473.2| 15.18|1.99| 6.1|5.64e+12|
# geany edit : search `| replace
\n
table_raw :=
473.2
263.7
16.8
534.7
7460.0
70.6
662.8
14.3
1961.4
1.3
121.0
'null'
'null'
15.18
0.053
0.0023
2.711
6235
0.103
549.6
0.906
1674
0.124
70.8
'null'
'null'
1.99
1.36
1.13
1.38
1.84
1.08
1.94
1.57
1.74
1.23
1.91
'null'
'null'
6.1
11.1
173.6
5.5
0.4
41.4
4.4
110.6
1.5
2212
24.1
'null'
'null'
5.64E+12
1.11E+13
1.74E+14
5.37E+12
3.71E+11
4.13E+13
3.27E+12
1.20E+14
1.49E+12
2.29E+15
2.41E+13
'null'
'null'
;
n_cols := 5 ;
n_rows := floor ((gage shape table_raw) / n_cols) ;
table1 := transpose (n_cols n_rows reshape table_raw) ;
# enddoc
|