diff --git a/doc/html/index.html b/doc/html/index.html index 4dc986bc2..8eb38c066 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -134,7 +134,7 @@ This manual is also available in -

Last revised: November 05, 2021 at 17:32:20 GMT

+

Last revised: November 05, 2021 at 19:17:01 GMT


diff --git a/doc/html/indexes/s01.html b/doc/html/indexes/s01.html index 049c290c7..dc28aff2e 100644 --- a/doc/html/indexes/s01.html +++ b/doc/html/indexes/s01.html @@ -24,7 +24,7 @@

-Function Index

+Function Index

1 2 4 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

diff --git a/doc/html/indexes/s02.html b/doc/html/indexes/s02.html index 7e4cf899f..5ed762cb9 100644 --- a/doc/html/indexes/s02.html +++ b/doc/html/indexes/s02.html @@ -24,7 +24,7 @@

-Class Index

+Class Index

A B C D E F G H I K L M N O P Q R S T U V W

diff --git a/doc/html/indexes/s03.html b/doc/html/indexes/s03.html index b95086937..8e43ecd84 100644 --- a/doc/html/indexes/s03.html +++ b/doc/html/indexes/s03.html @@ -24,7 +24,7 @@

-Typedef Index

+Typedef Index

A B C D E F G H I K L N P R S T U V W

diff --git a/doc/html/indexes/s04.html b/doc/html/indexes/s04.html index 94882e6c1..c7cdf02f6 100644 --- a/doc/html/indexes/s04.html +++ b/doc/html/indexes/s04.html @@ -24,7 +24,7 @@

-Macro Index

+Macro Index

B F

diff --git a/doc/html/indexes/s05.html b/doc/html/indexes/s05.html index 55a4d18c9..3d0f45b23 100644 --- a/doc/html/indexes/s05.html +++ b/doc/html/indexes/s05.html @@ -23,7 +23,7 @@

-Index

+Index

1 2 4 5 7 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

diff --git a/doc/html/math_toolkit/conventions.html b/doc/html/math_toolkit/conventions.html index bdf93e3b6..0748a85e4 100644 --- a/doc/html/math_toolkit/conventions.html +++ b/doc/html/math_toolkit/conventions.html @@ -27,7 +27,7 @@ Document Conventions

- +

This documentation aims to use of the following naming and formatting conventions. diff --git a/doc/html/math_toolkit/history1.html b/doc/html/math_toolkit/history1.html index adfe668cb..a401bcd94 100644 --- a/doc/html/math_toolkit/history1.html +++ b/doc/html/math_toolkit/history1.html @@ -50,6 +50,9 @@ versions of various standard library math routines. +

  • + Add support for Bezier polynomials. +
  • Improve worst-case tanh-sinh integration performance.
  • @@ -65,6 +68,10 @@
  • Improve the mode of the non-central Chi Squared distribution.
  • +
  • + Improve certain edge cases for <cstdfloat> complex-valued elementary + functions, see #507. +
  • diff --git a/doc/html/math_toolkit/history2.html b/doc/html/math_toolkit/history2.html index 921dfd9f8..6ff8b1afe 100644 --- a/doc/html/math_toolkit/history2.html +++ b/doc/html/math_toolkit/history2.html @@ -50,6 +50,9 @@ versions of various standard library math routines. +
  • + Add support for Bezier polynomials. +
  • Improve worst-case tanh-sinh integration performance.
  • @@ -65,6 +68,10 @@
  • Improve the mode of the non-central Chi Squared distribution.
  • +
  • + Improve certain edge cases for <cstdfloat> complex-valued elementary + functions, see #507. +
  • diff --git a/doc/html/math_toolkit/navigation.html b/doc/html/math_toolkit/navigation.html index ee8111297..9b933e058 100644 --- a/doc/html/math_toolkit/navigation.html +++ b/doc/html/math_toolkit/navigation.html @@ -27,7 +27,7 @@ Navigation

    - +

    Boost.Math documentation is provided in both HTML and PDF formats. diff --git a/doc/overview/roadmap.qbk b/doc/overview/roadmap.qbk index 8e1d238e3..92a198a9b 100644 --- a/doc/overview/roadmap.qbk +++ b/doc/overview/roadmap.qbk @@ -12,11 +12,13 @@ Recent issues on GitHub [@https://github.com/boostorg/math/issues?utf8=%E2%9C%93 * Add support for [link math_toolkit.cubic_roots cubic roots]. * Add support for `constexpr` versions of [link math_toolkit.ccmath various standard library math routines]. +* Add support for [link math_toolkit.bezier_polynomial Bezier polynomials]. * Improve worst-case tanh-sinh integration performance. * Disable inadvertant use of integral types in integration routines. * Minor update for erf approximations when the result is with 2ulp of 1. * Allow Bernoulli code to be used on platforms with no atomic integers. * Improve the mode of the non-central Chi Squared distribution. +* Improve certain edge cases for complex-valued elementary functions, see [@https://github.com/boostorg/math/issues/507 #507]. [h4 Math-3.1.0 (Boost-1.77)]