ucsb-cs56-projects / cs56-utilities-grapher

-
0 stars 3 forks source link

Add more Trig and Math function options #27

Open AlexanderJBauer opened 7 years ago

AlexanderJBauer commented 7 years ago

Add function options like: floor, ceil, abs, arccos, arcsin, arctan, cosh, sinh 200 pts- If 6 or more trig functions are added. This is not hard but could take a while. After the first one is done, the rest will be much easier. Updating the evaluator is not difficult because java already implements all of these functions to return a double if given a numerical value. It is working with the parser that will be difficult.

Tektonbuilds commented 7 years ago

F16 OK (200 pts)