mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
add file doc brief
This commit is contained in:
parent
5c80d69ef0
commit
8242411530
@ -1,6 +1,8 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @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:
|
* Test the algorithm online:
|
||||||
* https://gist.github.com/kvedala/27f1b0b6502af935f6917673ec43bcd7
|
* https://gist.github.com/kvedala/27f1b0b6502af935f6917673ec43bcd7
|
||||||
|
Loading…
Reference in New Issue
Block a user