Trait nekolib::traits::multiplicative::MulComm
source · pub trait MulComm: Mul<Output = Self> + Sized { }
Expand description
乗法が交換法則を満たすことを示す。
pub trait MulComm: Mul<Output = Self> + Sized { }
乗法が交換法則を満たすことを示す。