File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,11 @@ fn main() {
1212 const _G: f64 = 1.0e-6 ;
1313 const _H: f64 = 1.0e06 ;
1414 const _I: f64 = 1.0e+6 ;
15- const _J: f64 = 1.0e-6 ;
1615 // these ones are perhaps more suprising.
17- const _K : f64 = 1.0e0________________________6 ;
18- const _L : f64 = 1.0e________________________6 ;
19- const _M : f64 = 1.0e+________________________6 ;
20- const _N : f64 = 1.0e-________________________6 ;
21- const _O : f64 = 1.0e-________________________9 ;
22- const _P : f64 = 1e_______________0f64 ;
16+ const _J : f64 = 1.0e0________________________6 ;
17+ const _K : f64 = 1.0e________________________6 ;
18+ const _L : f64 = 1.0e+________________________6 ;
19+ const _M : f64 = 1.0e-________________________6 ;
20+ const _N : f64 = 1.0e-________________________9 ;
21+ const _O : f64 = 1e_______________0f64 ;
2322}
You can’t perform that action at this time.
0 commit comments