Function core::num::flt2dec::strategy::grisu::format_exact [] [src]

pub fn format_exact(d: &Decoded, buf: &mut [u8], limit: i16) -> (usize, i16)
Unstable (flt2dec)

: internal routines only exposed for testing

The exact and fixed mode implementation for Grisu with Dragon fallback.

This should be used for most cases.