File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/libcore/num/flt2dec/strategy Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99// except according to those terms.
1010
1111/*!
12- Almost direct (but slightly optimized) Rust translation of Figure 3 of [1 ].
12+ Almost direct (but slightly optimized) Rust translation of Figure 3 of \[1\ ].
1313
14- [1 ] Burger, R. G. and Dybvig, R. K. 1996. Printing floating-point numbers
14+ \[1\ ] Burger, R. G. and Dybvig, R. K. 1996. Printing floating-point numbers
1515 quickly and accurately. SIGPLAN Not. 31, 5 (May. 1996), 108-116.
1616*/
1717
Original file line number Diff line number Diff line change 99// except according to those terms.
1010
1111/*!
12- Rust adaptation of Grisu3 algorithm described in [1 ]. It uses about
12+ Rust adaptation of Grisu3 algorithm described in \[1\ ]. It uses about
13131KB of precomputed table, and in turn, it's very quick for most inputs.
1414
15- [1 ] Florian Loitsch. 2010. Printing floating-point numbers quickly and
15+ \[1\ ] Florian Loitsch. 2010. Printing floating-point numbers quickly and
1616 accurately with integers. SIGPLAN Not. 45, 6 (June 2010), 233-243.
1717*/
1818
You can’t perform that action at this time.
0 commit comments