hcomplex 0.2.0

Lightweight complex and hypercomplex algebra library
Documentation
1
2
3
4
5
6
7
8
9
10
mod traits;
pub use traits::*;

mod moebius;
pub use moebius::*;


pub mod prelude {
    pub use super::{Transform, Identity, Deriv, DerivDir, Chain};
}