Difference between revisions of "2009:Sandbox"
From MIREX Wiki
CameronJones (talk | contribs) |
IMIRSELBot (talk | contribs) m (Robot: Automated text replacement (-<csv([^>]*)> +<csv\1>2009/)) |
||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | <csv p=2> | + | CSV File with no parameter |
+ | <csv>2009/test.csv</csv> | ||
+ | |||
+ | CSV File with 0 decimal places | ||
+ | <csv p=0>2009/test.csv</csv> | ||
+ | |||
+ | CSV File with 1 decimal place | ||
+ | <csv p=1>2009/test.csv</csv> | ||
+ | |||
+ | CSV File with 2 decimal places | ||
+ | <csv p=2>2009/test.csv</csv> | ||
+ | |||
+ | CSV File with 3 decimal places | ||
+ | <csv p=3>2009/test.csv</csv> | ||
+ | |||
+ | CSV File with 4 decimal places | ||
+ | <csv p=4>2009/test.csv</csv> | ||
+ | |||
+ | CSV File with 5 decimal places | ||
+ | <csv p=5>2009/test.csv</csv> | ||
+ | |||
+ | CSV File with 6 decimal places (should not work) | ||
+ | <csv p=6>2009/test.csv</csv> |
Latest revision as of 19:00, 13 May 2010
CSV File with no parameter
N |
---|
1 |
1.00 |
1e10 |
-1 |
-0.1231981234 |
.118398123 |
12938129381 |
CSV File with 0 decimal places
N |
---|
1 |
1.00 |
1e10 |
-1 |
-0.1231981234 |
.118398123 |
12938129381 |
CSV File with 1 decimal place
N |
---|
1 |
1.00 |
10000000000.0 |
-1 |
-0.1 |
0.1 |
12938129381 |
CSV File with 2 decimal places
N |
---|
1 |
1.00 |
10000000000.00 |
-1 |
-0.12 |
0.12 |
12938129381 |
CSV File with 3 decimal places
N |
---|
1 |
1.00 |
10000000000.000 |
-1 |
-0.123 |
0.118 |
12938129381 |
CSV File with 4 decimal places
N |
---|
1 |
1.00 |
10000000000.0000 |
-1 |
-0.1232 |
0.1184 |
12938129381 |
CSV File with 5 decimal places
N |
---|
1 |
1.00 |
10000000000.00000 |
-1 |
-0.12320 |
0.11840 |
12938129381 |
CSV File with 6 decimal places (should not work)
N |
---|
1 |
1.00 |
1e10 |
-1 |
-0.1231981234 |
.118398123 |
12938129381 |