Module core::num::flt2dec::strategy [] [src]

Unstable (flt2dec)

: internal routines only exposed for testing

Digit-generation algorithms.

Modules

dragon [Unstable]

Almost direct (but slightly optimized) Rust translation of Figure 3 of [1].

grisu [Unstable]

Rust adaptation of Grisu3 algorithm described in [1]. It uses about 1KB of precomputed table, and in turn, it's very quick for most inputs.