[][src]Trait mathru::num::bound::Bound

pub trait Bound {
    fn lower_bound() -> Self;
fn upper_bound() -> Self; }

Numbers which have upper and lower bounds

Required methods

fn lower_bound() -> Self

returns the smallest finite number this type can represent

fn upper_bound() -> Self

returns the largest finite number this type can represent

Loading content...

Implementations on Foreign Types

impl Bound for usize[src]

impl Bound for u8[src]

impl Bound for u16[src]

impl Bound for u32[src]

impl Bound for u64[src]

impl Bound for isize[src]

impl Bound for i8[src]

impl Bound for i16[src]

impl Bound for i32[src]

impl Bound for i64[src]

impl Bound for f32[src]

impl Bound for f64[src]

Loading content...

Implementors

Loading content...