Skip to content

Releases: H5JKey/math-parser

v1.0.0

23 Jan 21:26
e3d784d

Choose a tag to compare

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