I'm implementing a recursive code that sums the following sequence: x + x ^ 2/2 + x ^ 3/3 ... x ^ n / n, for this sum, I thought of a definition, combining two recursive functions, like it goes down, but it is returning very high values, for n &...
asked by
19.08.2017 / 17:59