Reapply final math-gcd.qbk commit.

This commit is contained in:
Peter Dimov
2015-01-13 19:49:06 +02:00
parent 4622a12f01
commit 7ada3ee926

View File

@ -186,7 +186,7 @@ is beyond the range of `static_gcd_type`.
[endsect] [endsect]
[section:header Header <boost/math/common_factor.hpp>] [section:gcd_header Header <boost/math/common_factor.hpp>]
This header simply includes the headers This header simply includes the headers
[@../../../../boost/math/common_factor_ct.hpp <boost/math/common_factor_ct.hpp>] [@../../../../boost/math/common_factor_ct.hpp <boost/math/common_factor_ct.hpp>]
@ -217,7 +217,7 @@ code factoring and eases maintainence.
[endsect] [endsect]
[section History] [section:gcd_history History]
* 13 May 2013 Moved into main Boost.Math Quickbook documentation. * 13 May 2013 Moved into main Boost.Math Quickbook documentation.
* 17 Dec 2005: Converted documentation to Quickbook Format. * 17 Dec 2005: Converted documentation to Quickbook Format.
@ -226,7 +226,7 @@ code factoring and eases maintainence.
[endsect] [endsect]
[section Credits] [section:gcd_credits Credits]
The author of the Boost compilation of GCD and LCM computations is The author of the Boost compilation of GCD and LCM computations is
Daryle Walker. The code was prompted by existing code hiding in the Daryle Walker. The code was prompted by existing code hiding in the