pub fn verbose_encode( name: &str, floats: &[f64], max_regret: u32, mantissa: Option<u32>, verbose: bool, ) -> Vec<u8> ⓘ