[][src]Trait mathru::algebra::abstr::Field

pub trait Field: CommutativeRing + AbelianGroupMul { }

Field

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

Implementations on Foreign Types

impl Field for f32[src]

impl Field for f64[src]

Loading content...

Implementors

Loading content...