mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-22 05:21:49 +03:00
add file doc brief
This commit is contained in:
parent
5c80d69ef0
commit
8242411530
@ -1,6 +1,8 @@
|
||||
/**
|
||||
* @file
|
||||
* Compute riots of any given polynomial.
|
||||
* \brief Compute all possible approximate roots of any given polynomial using
|
||||
* [Durand Kerner
|
||||
* algorithm](https://en.wikipedia.org/wiki/Durand%E2%80%93Kerner_method)
|
||||
*
|
||||
* Test the algorithm online:
|
||||
* https://gist.github.com/kvedala/27f1b0b6502af935f6917673ec43bcd7
|
||||
|
Loading…
Reference in New Issue
Block a user