un_algebra 0.9.0

Simple implementations of selected abstract algebraic structures--including groups, rings, and fields. Intended for self-study of abstract algebra concepts and not for production use.
1
2
3
4
5
6
7
8
9
10
11
//!
//! Generative testing support prelude.
//!
pub use super::config;
pub use super::config::*;

pub use super::float;
pub use super::float::*;