mathhook-core 0.2.0

Core mathematical engine for MathHook - expressions, algebra, and solving
Documentation
1
2
3
4
5
6
7
//! Noncommutative algebra integration tests
//!
//! Tests for matrix symbols, quantum operators, quaternions working
//! through the full pipeline: Parser -> Solver -> Formatter -> Educational.

pub mod example_tests;
pub mod full_tests;