MPP

šŸ“ MPP Specification

The Mulein-Planck-Pi (MPP) is a symbolic math system grounded in:

All mathematics avoids base-10 and binary numerals. Expressions are symbolic and expressed in terms of π and P. Floating point arithmetic is avoided unless explicitly requested.

āœ³ļø Symbolic Constructs

Constants

Derived Symbols

Expression Tree

See SymbolicExpr in src/expr.rs.

āœļø Sample Symbolic Expressions

šŸ“˜ Modules

Module Description
expr.rs Core symbolic data types
algebra.rs Add, Mul, Pow
geometry.rs Circle-based geometry
calculus.rs Derivatives
parser.rs Line-based parser
tex_parser.rs LaTeX-style symbolic parser
simplify.rs Rewrite rules for symbolic simplification