fn cmp()

in chrony-candm/src/common.rs [227:230]


    fn cmp(&self, other: &Self) -> std::cmp::Ordering {
        self.partial_cmp(other)
            .expect("Conversion from ChronyFloat yielded incomparable f64")
    }