jzmaddock
|
a3bb22494a
|
Root finding: correct bug where we could incorrectly terminate when the last iteration was pathological and we had to bisect. Fixes: https://github.com/boostorg/math/issues/184.
|
2019-02-20 20:53:00 +00:00 |
|
Nick Thompson
|
bcff4eae78
|
Remove unused variables, variables set but unused, set floating point number that would flush to zero to identically zero.
|
2017-05-03 15:30:24 -06:00 |
|
jzmaddock
|
794ce195f3
|
Fix some test failures in non-C++11 mode.
|
2015-05-26 19:37:01 +01:00 |
|
jzmaddock
|
74a42f98ea
|
Fix various typos.
Change Schroeder to Schroder.
|
2015-05-18 18:23:47 +01:00 |
|
jzmaddock
|
8aaf48ecaa
|
Add test case for root-finding.
Also fix missing using declaration in roots.hpp.
|
2015-05-14 19:02:40 +01:00 |
|