[][src]Module maths_traits::algebra

Traits for sets with binary operations

Traits in this module have been split into four groups:

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

Re-exports

pub use self::group_like::*;
pub use self::ring_like::*;
pub use self::integer::*;
pub use self::module_like::*;

Modules

group_like

Traits for sets with a single binary operation and various properties of that operation

integer

Traits for integers and natural numbers

module_like

Traits for structures with an addition and scalar multiplication operation

ring_like

Traits for structures with both an addition and multiplication operation