pub trait Field: Ringwhere
Self::Multiplicative: PartialRecip,{
// Provided method
fn recip(&self, x: Self::Set) -> Self::Set { ... }
}
Expand description
体。
環 $(R, \circ, \ast, 0, 1)$ であり、$(R \setminus \{0\}, \ast, 1)$ は群をなす。
pub trait Field: Ringwhere
Self::Multiplicative: PartialRecip,{
// Provided method
fn recip(&self, x: Self::Set) -> Self::Set { ... }
}
体。
環 $(R, \circ, \ast, 0, 1)$ であり、$(R \setminus \{0\}, \ast, 1)$ は群をなす。