Trait cryptix_field::group::AbelianGroup
source · pub trait AbelianGroup: Group + CommunicativeAdd { }Expand description
A group is called a alelian group (or communicative group) if forall a, b in G, a + b = b + a
pub trait AbelianGroup: Group + CommunicativeAdd { }A group is called a alelian group (or communicative group) if forall a, b in G, a + b = b + a