Skip to content

Trytoon/MathParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MathParser

My first java projet: A math interpreter

15/01 Version:

  • Can generate a tree representation of a mathematical expression (eg: cos(x) + 3x^2 + 5x)
  • Can create and register functions (eg: f(x) = 2x+5)
  • Can manipulate and parse multivariable polynomials (sum / multiplication)

TODO:

  • Implement polynomial division
  • Extract a polynomial from the epression tree ( tree.extractPolynomial() )

About

My first java projet: A math interpreter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages