Challenge 49 – De ja vu All over again This challenge involved the creation of a Recursive Function to find, compute, and approximate the positive area (where Y >= 0) under a curve for an expression given as a 2nd degree polynomial. The polynomial to compute is Y = -1/2*X2 + X + 8. RequirementsRead more