About - NoaAizer/OOP_Ex1 GitHub Wiki

#OOP_Ex1

This project represents a complex function that have a left and right branches, with an operator in the middle.

  • each branch can be a complex function by itself.

The complex function can include a general Polynom: f(x) = a_1X^b_1 + a_2x^b_2 ... a_nX^b_n, where: a_1, a_2 ... a_n are real numbers and b_1<b_2..<b_n are none negative integers (naturals). Each Polynom consists of a collection (Array List in our project) of Monoms. (In our project the Polynom does not consist the chars _ , (), / and *. )

Authors:

  • Eden Reuveni
  • Noa Aizer