mathhook-core 0.2.0

Core mathematical engine for MathHook - expressions, algebra, and solving
Documentation
1
2
3
4
5
6
7
//! Educational PDE solving with step-by-step explanations

pub mod message_registry;
pub mod wrapper;

pub use message_registry::{get_pde_message, PdeMessageKey};
pub use wrapper::*;