The Mulein-Planck-Pi (MPP) is a symbolic math system grounded in:
Ļ
ā the circle constantP
ā Planck lengthAll 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.
Ļ
: The mathematical constant piP
: Planck length2ĻP
: Circumference of a Planck-radius circleĻP²
: Area of a Planck-radius circleĻ = 2Ļ
: Full circle in radiansSee SymbolicExpr
in src/expr.rs
.
A = Ļ * P^2
ā Area of a Planck-radius circledA/dr
ā Derivative of area with respect to radiusModule | 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 |