Trait strict_num::Ulps
source · pub trait Ulps {
type U: Copy;
// Required methods
fn ulps(&self, other: &Self) -> Self::U;
fn next(&self) -> Self;
fn prev(&self) -> Self;
}
pub trait Ulps {
type U: Copy;
// Required methods
fn ulps(&self, other: &Self) -> Self::U;
fn next(&self) -> Self;
fn prev(&self) -> Self;
}