diff --git a/doc/equations/digamma1.png b/doc/equations/digamma1.png
index 295415c27..408c17be2 100644
Binary files a/doc/equations/digamma1.png and b/doc/equations/digamma1.png differ
diff --git a/doc/equations/digamma1.svg b/doc/equations/digamma1.svg
index 034d066d3..5feb7f95b 100644
--- a/doc/equations/digamma1.svg
+++ b/doc/equations/digamma1.svg
@@ -1,2 +1,2 @@
-
Last revised: October 05, 2014 at 07:41:09 GMT
Last revised: November 08, 2014 at 11:40:24 GMT
A B C D E F G H I J K L M N O P Q R S T U V Z
prime
@@ -2360,6 +2361,7 @@trunc
B C D E F G H I L M N O P Q R S T U W
A B C D E F G H I L N O P R S T U V W
A B C D E F G H I J K L M N O P Q R S T U V W Z
Polynomial and Rational Function Evaluation
trunc
This documentation aims to use of the following naming and formatting conventions. diff --git a/doc/html/math_toolkit/navigation.html b/doc/html/math_toolkit/navigation.html index e05e1a7d3..cd43fa309 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/html/math_toolkit/sf_gamma.html b/doc/html/math_toolkit/sf_gamma.html index 4392aa74d..050b2c6bf 100644 --- a/doc/html/math_toolkit/sf_gamma.html +++ b/doc/html/math_toolkit/sf_gamma.html @@ -30,6 +30,8 @@
- There is no fully generic version of this function: all the implementations - are tuned to specific accuracy levels, the most precise of which delivers - 34-digits of precision. -
The return type of this function is computed using the result
type calculation rules: the result is of type double when T is an integer type, and type
@@ -319,6 +314,17 @@
and BIG=20 for 128-bit reals allows the series to truncated after a suitably
small number of terms and evaluated as a polynomial in 1/(x*x).
+ The arbitrary precision version of this function uses recurrence relations + until x > BIG, and then evaluation via the asymtotic expansion above. + As special cases integer and half integer arguments are handled via: +
+
+
+
+
+
The rational approximation devised by JM in the range [1,2] is derived as follows. @@ -379,7 +385,7 @@