pub fn write<W: Write, V: Floating>(dest: &mut W, value: V) -> DtoaResultExpand description
Format the given value into dest and return the notation it uses.
pub fn write<W: Write, V: Floating>(dest: &mut W, value: V) -> DtoaResultFormat the given value into dest and return the notation it uses.