[][src]Module maths_traits::analysis

Traits for sets with orderings and metrics

Traits in this module have been split into three groups:

For ease of use, members of each module have been re-exported into this one.

Re-exports

pub use self::ordered::*;
pub use self::real::*;
pub use self::metric::*;

Modules

metric

Traits for metric properties and function

ordered

Traits for ordered structures

real

Traits for Real and Complex properties and representations