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