ucsb-cs56-projects / cs56-utilities-calculator

-
1 stars 10 forks source link

Fix testRootOf() #35

Closed oliverleifshen closed 6 years ago

oliverleifshen commented 7 years ago

In CalculatorTest, there is one test that fails, testRootOf(). The expected value is -3, but the Calculator returns NaN. Figure out how to get this test to work without making the root function not work for other root operations.

MadRubicant commented 7 years ago

F16 OK (100 pts)

scottpchow23 commented 6 years ago

F17 OK (100 pts)

scottpchow23 commented 6 years ago

This issue is a lot bigger than just a single test.