Introduction - If you have any usage issues, please Google them yourself
One yuan polynomial calculation, (1) the input and the establishment of a polynomial (2) polynomial output (3) two polynomial sum, create and output and polynomials such as: (x+10)+ (2x+5) = 3x+15 (4) two polynomials subtraction, and outputs the differential polynomial. For such as: (x+10)- (2x+5) =-x+5