pub fn try_float_compare( std_reader: &mut impl ByteRead, user_reader: &mut impl ByteRead, eps: f64, ) -> Result<Comparison, CompareError>