pub trait Floating { fn write<W: Write>(self, wr: W) -> Result<usize>; }
An floating point number that can be formatted by dtoa::write.
dtoa::write