-
Notifications
You must be signed in to change notification settings - Fork 0
alsenydiallo/PolynomialSolver
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Name: Alseny Diallo email: [email protected] Included file: -------------- - main.c About the program: ------------------ The following program implimment the algorithm of Dirand kerner for solving the nth root of any polinomial of nth degree. compile: -------- gcc -Wall -std=c99 -D_GNU_SOURCE -DREGURGITATE main.c -o dk-skeleton -lm run: ---- create a .txt file with root coeficient ex: 5 6 9 and run the program with your .txt as input file ./dk-skeleton < filename
About
This folder contains code written in c
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published