The Time optimization for polynomial series using a long For in C
Keywords:
For, Long, Code, Series, Polynomials.Abstract
We use a For loop in the programming language C to optimize lines of code and time in the resolution of polynomial series and we make a comparison between the conventional For and a long For to optimize the execution time, the results show a saving of lines of code and great saving of time for the resolution of polynomials when there is a greater number of terms in the function.