How to work with our project - OrianHindi/Polynom GitHub Wiki
Classes Monom & Polynom:
In Monom class you can insert String like "2x" ,for example, and for Polynom String like "2x+3", to crete the Monom or Polynom that you want. Also, we did mathematical functions such as add, sub, multiply and more that you can use in Polynom and Monom.
Class Complex Function:
In this class you can create Complex Function by String in this way ,for example: "mul(3x,4x^2)". By writing the operation first and then two functions/polynom/monom in the parenthesis. We did functions such as mul, div, plus and more that you can use in Complex Function. Also, there is an option to draw the function by GUI and see the parameter values.
GUI:
Functions gui class implements interface functions that represents a collection of functions that can save them in a file, upload a file and display in a graphical window. We used library StdDraw. We did functions such as: saveToFile, drwaFunctions – by given params it draw the fuction in graphical window and more. To create the object you need to do a text file with functions, then update the file name in the constructor and then initialize the drawing function.