Releases: H5JKey/math-parser
Releases · H5JKey/math-parser
v1.0.0
MathParser v1.0.0
- Basic arithmetic operations (
+,-,*,/,^) - Math functions (
sqrt,sin,cos,tan) - Constants(
pi,e) - Parentheses and operator precedence
- Floating-point number support
- Easy to add new operators, functions and constans
- Easy to add and use variables
- Math expression compilation for further using