Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 399 Bytes

File metadata and controls

16 lines (10 loc) · 399 Bytes

polins

A C program that receives a file as input and analyze first if is a valid polynomial and then make polynomial normalization, integral and derivative of each polynomial.

Input file

Explain file input by lines:

  • 1# - the number of polynomials to analyze
  • 2# - how many members polynomial have
  • 3# - the terms
  • ...

Run it

Check makefile and run it on your command line.