Matt Borland
26711525ca
Remove uses of boost/cstdint without header called
2021-03-21 16:13:10 +03:00
pabristow
82591fe56d
[CI SKIP]Added missing include pow and regenerate rooting table with latest gcc
2020-04-28 17:25:43 +01:00
Brian Wignall
df17d11299
Fix more typos, via latest version of typochecker tool
2019-12-20 10:41:42 -05:00
Brian Wignall
54770599d5
Fix more typos
2019-12-16 13:35:48 -05:00
jzmaddock
251e556e42
Fix spelling of "tripples".
2015-05-18 18:28:53 +01:00
jzmaddock
74a42f98ea
Fix various typos.
...
Change Schroeder to Schroder.
2015-05-18 18:23:47 +01:00
jzmaddock
805fb89a61
Improve root finding examples.
...
Add updated elliptic integral tests.
Add lambda example.
Tweak wording in places.
2015-05-05 13:22:29 +01:00
jzmaddock
a0fb417bc0
Tidy up comments.
2015-04-30 18:32:48 +01:00
pabristow
e7ae689ea5
New sections of examples or cube, fifth, multiprecision and nth root finding, and comparison of timing and iterations.
2015-04-26 17:41:10 +01:00
pabristow
2b57792dbc
rooting links corrected, build clean, but some links still broken.
2015-03-12 18:05:36 +00:00
jzmaddock
e5a25df9a2
Make a few edits and reorganize root finding docs.
2014-12-15 18:30:39 +00:00
pabristow
4da25c8bb4
Work in progress on root finding examples.
2014-12-12 12:03:29 +00:00
Steven Watanabe
3524499fc0
Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
...
[SVN r68168]
2011-01-15 08:11:51 +00:00
Bryce Adelstein-Lelbach
f11d1c3c2b
Replacing the use of <iomanip> with <boost/detail/iomanip.hpp> across Boost.
...
On Linux, GNU's libstdc++, which is the default stdlib for icc and clang,
cannot parse the <iomanip> header in version 4.5+ (which thankfully neither
compiler advises the use of yet), as it's original C++98-friendly
implementation has been replaced with a gnu++0x implementation.
<boost/detail/iomanip.hpp> is a portable implementation of <iomanip>, providing
boost::detail::setfill, boost::detail::setbase, boost::detail::setw,
boost::detail::setprecision, boost::detail::setiosflags and
boost::detail::resetiosflags.
[SVN r68140]
2011-01-14 02:35:58 +00:00
Paul A. Bristow
c6427a3dfd
Added for root finding docs
...
[SVN r66720]
2010-11-24 16:33:31 +00:00