diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index c739a4cb2..5f1a02ec2 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -61,7 +61,7 @@ jobs: #timeout-minutes: 120 runs-on: ${{matrix.os}} container: ${{matrix.container}} - env: {B2_USE_CCACHE: 1} + env: {B2_USE_CCACHE: 0} steps: - name: Setup environment diff --git a/README.md b/README.md index b1051d734..18db904a0 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ requiring extended range and precision. Multiprecision consists of a generic interface to the mathematics of large numbers as well as a selection of big number backends. -This includes interfaces to GMP, MPFR, MPIR and TomMath +These include interfaces to GMP, MPFR, MPIR and TomMath and also Multiprecision's own collection of Boost-licensed, header-only backends for integers, rationals, floats and complex-floats. @@ -42,6 +42,9 @@ This usually provides better performance than using types configured without exp The full documentation is available on [boost.org](http://www.boost.org/doc/libs/release/libs/multiprecision/index.html). +A practical, comprehensive, instructive, clear and very helpful video regarding the use of Multiprecision +can be found [here](https://www.youtube.com/watch?v=mK4WjpvLj4c). + ## Using Multiprecision
diff --git a/config/Jamfile.v2 b/config/Jamfile.v2 index 6f6491050..745467733 100644 --- a/config/Jamfile.v2 +++ b/config/Jamfile.v2 @@ -1,7 +1,7 @@ # copyright John Maddock 2008 # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or copy at -# http://www.boost.org/LICENSE_1_0.txt. +# http://www.boost.org/LICENSE_1_0.txt) import-search /boost/config/checks ; diff --git a/doc/html/boost_multiprecision/tut/interval.html b/doc/html/boost_multiprecision/tut/interval.html index e9dfce501..5ec80339d 100644 --- a/doc/html/boost_multiprecision/tut/interval.html +++ b/doc/html/boost_multiprecision/tut/interval.html @@ -32,7 +32,7 @@ There is one currently only one interval number type supported - MPFI.
- [ section:mpfi mpfi_float] + [section:mpfi mpfi_float]