Skip to content

Rust library to parse simple mathematical Expressions

Notifications You must be signed in to change notification settings

nilsmartel/math_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Rust library to parse simple mathematical Expressions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages