mathhook-core 0.2.0

Core mathematical engine for MathHook - expressions, algebra, and solving
Documentation
1
2
3
4
5
6
//! Expression creation macros (now procedural)
//!
//! This module re-exports procedural macros from mathhook-macros.
//! The old declarative macros have been replaced with procedural macros for better error messages.

pub use mathhook_macros::function;