Trait alga::general::AbstractField [] [src]

pub trait AbstractField<A: Operator = Additive, M: Operator = Multiplicative>: AbstractRingCommutative<A, M> + AbstractGroupAbelian<M> { }

A field is a commutative ring, and an abelian group under both operators.

Implementors