//! Symbolic Mathematics Engine — expression trees, differentiation, integration,
//! simplification, equation solving, Taylor series, matrix operations, and
//! mathematical typesetting.
//!
//! The chaos pipeline's equations are not just evaluated — they are visible, editable,
//! and mathematically manipulable in-engine.
pub use ;
pub use diff;
pub use integrate;
pub use simplify;
pub use ;
pub use taylor_expand;
pub use SymMatrix;
pub use JitExpr;
pub use TypesetExpr;