Skip to main content

CommutativeRing

Trait CommutativeRing 

Source
pub trait CommutativeRing: Ring{ }
Expand description

可換環。

環 $(R, \circ, \ast, 0, 1)$ であり、$(R, \ast, 1)$ は可換モノイドをなす。

Implementors§