mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-12 15:05:47 +08:00
added see-also reference to brents method
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
* [golden section search
|
||||
* algorithm](https://en.wikipedia.org/wiki/Golden-section_search).
|
||||
*
|
||||
* \see brent_method_extrema.cpp
|
||||
* \author [Krishna Vedala](https://github.com/kvedala)
|
||||
*/
|
||||
#define _USE_MATH_DEFINES //< required for MS Visual C++
|
||||
|
||||
Reference in New Issue
Block a user