[go: up one dir, main page]

Trait accurate::traits::HalfUlp [] [src]

pub trait HalfUlp {
    fn has_half_ulp_form(self) -> bool;
fn half_ulp(self) -> Self; }

Half a unit in the last place (ULP)

Required Methods

Check whether something has the form of half a ULP

Calculate half a ULP of a number

Implementors