Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 314 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 314 Bytes

math_parser

Rust library for parsing mathematical expressions

Note: this is deprecated in favor of: https://github.com/nilsmartel/mathlang

This Library is supposed to parse expressions in forms like this

-2 + 8
√4
sin x^2
cos π
a*x^2 + b*x + c
ln a * |x|

for now it is not ready for production