hcomplex 0.2.0

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

#[cfg(feature = "random")]
mod random;
#[cfg(feature = "random")]
pub use random::*;

#[cfg(all(test, feature = "random", feature = "approx"))]
mod tests;