7 releases

0.1.2 Dec 21, 2023
0.1.1 Dec 20, 2023
0.1.1-alpha.5 Dec 19, 2023
0.1.1-alpha.2 Dec 17, 2023

#873 in Parser implementations


Used in polymath-c

MIT license

96KB
2.5K SLoC

Quick Start

cargo add polymath-rs
fn main() {
    println!("{}", polymath_rs::to_math_ml("sum_(i=1)^n i^3=((n(n+1))/2)^2"));
}

Dependencies

~1MB
~14K SLoC