Trait Transform
hcomplex::transform
pub trait Transform<T: Float, A: Algebra<T>> { fn apply(&self, x: A) -> A; }
fn apply(&self, x: A) -> A
impl<T: Float, A: Algebra<T>> Transform<T, A> for Moebius<T, A>