pub fn write_csv_float<W: Write, F: Float>(w: &mut W, val: F) -> Result<()>
Write a float field using ryu (no allocation).