[][src]Trait maths_traits::algebra::group_like::multiplicative::Invertable

pub trait Invertable: Sized + Clone + Inv<Output = Self> + Div<Self, Output = Self> + DivAssign<Self> { }

A set with an fully described multiplicative inverse

Implementors

impl<_G: Sized + Clone + Inv<Output = Self> + Div<Self, Output = Self> + DivAssign<Self>> Invertable for _G[src]

Loading content...