Home - liorls/Ex1 GitHub Wiki

Welcome to the Ex1 wiki!

The project is implement four classes: Monon, Polynom and ComplexFunction Monum: In this class, a "monom" built in the form of ax ^ b appears, a is a real number (the coefficient) and b (the power) is a positive number.

Polynomial: The polynomial is constructed of monom and looks like this: f (x) = a_1X ^ b_1 + a_2x ^ b_2 ... a_nX ^ b_n, The polynomial realizes Polynom_able.

Complex functions The functions are more complex than a simple polynomial and there are operators. The class implements complex_function.

GUI_functions: With this class we actually create the functions by X axis and Y axis and printable. We use stdDraw to draw a function in Functions_GUI There is also a function that gets parameters from JSON.

Wish you enjoy from the project, Lior Samuel