So, I'm writing this simple code (when finished, it should count the values of n polynomials, each of r degree, in n points. I also cannot use loops, I ought to do the stuff in recursive functions - but it's not done yet and the topic has nothing to do with my problem).So, I'm writing this simple code (when finished