Trait heron::utils::NearZero

source ·
pub trait NearZero: Copy {
    fn is_near_zero(self) -> bool;
}

Required Methods

Implementations on Foreign Types

Implementors