2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 16:32:10 +00:00

New sections of examples or cube, fifth, multiprecision and nth root finding, and comparison of timing and iterations.

This commit is contained in:
pabristow
2015-04-26 17:41:10 +01:00
parent 9b293b689d
commit e7ae689ea5
42 changed files with 3154 additions and 165 deletions

View File

@@ -57,7 +57,7 @@ The constructor sets the [*fractional] tolerance and the equality strength.
Two member functions allow access to the chosen tolerance and strength.
FPT fraction_tolerance() const;
FPT fraction_tolerance() const;
strength strength() const; // weak or strong.
the `operator()` functor carries out the comparison,
@@ -92,7 +92,7 @@ that failed the test.
using namespace boost::math::fpc;
//`or
//`or
using boost::math::fpc::close_at_tolerance;
using boost::math::fpc::small_with_tolerance;
@@ -182,8 +182,8 @@ A class that stores a tolerance of three epsilon (and the default ['strong] test
std::cout << "failed_fraction = " << three_rounds.failed_fraction() << std::endl;
/*`To get some nearby values, it is convenient to use the Boost.Math next functions,
for which we need an include
/*`To get some nearby values, it is convenient to use the Boost.Math __next_float functions,
for which we need an include
#include <boost/math/special_functions/next.hpp>