mathhook-core 0.2.0

Core mathematical engine for MathHook - expressions, algebra, and solving
Documentation
1
2
3
4
5
6
7
8
//! Ergonomic macros for MathHook expression construction
//!
//! This module provides declarative macros that make mathematical expression
//! construction more readable and concise.

pub mod expressions;
pub mod parsing;
pub mod symbols;