pub trait Commutative { }Expand description
Marker trait: Promises that a * b == b * a. IMPLEMENT THIS for f64, f32, Float, Complex. DO NOT IMPLEMENT for Quaternion, Octonion.
pub trait Commutative { }Marker trait: Promises that a * b == b * a. IMPLEMENT THIS for f64, f32, Float, Complex. DO NOT IMPLEMENT for Quaternion, Octonion.