Trait Chain
hcomplex::transform
pub trait Chain<T: Float, A: Algebra<T>> { fn chain(&self, other: &Self) -> Self; }
fn chain(&self, other: &Self) -> Self
impl<T: Float, A: Algebra<T>> Chain<T, A> for Moebius<T, A>