Commit Graph

75 Commits

Author SHA1 Message Date
jzmaddock
498267dbb8 Update history, regenerate docs.
[CI SKIP]
2022-03-06 15:12:02 +00:00
jzmaddock
3ba1d3dcd3 Update history and regenerate docs. 2021-11-06 19:05:51 +00:00
jzmaddock
58b97f79f4 Update history.
[CI SKIP]
2021-06-29 11:05:18 +01:00
jzmaddock
4b68342d32 Update version history, regenerate docs. 2021-02-26 17:00:28 +00:00
jzmaddock
3e1c003fa7 Split documentation source up into better structure. 2020-05-01 18:45:00 +01:00
pabristow
899951dc89 Merge branch 'docs_update_1' into develop (using all docs_update_1 versions). 2020-03-19 15:49:14 +00:00
pabristow
fa3a7464db [CI SKIP]Added example of gauss-laguerre quadrature. 2020-03-16 17:47:54 +00:00
jzmaddock
222f47acb7 Update documentation copyright.
[CI SKIP]
2020-03-13 19:10:19 +00:00
pabristow
753824807b Corrected sections mistake (after delecting all html/ and re-adding). 2020-02-04 17:10:44 +00:00
pabristow
5f2ec0dc0f More changes to big_seventh, and cleanup deleting log files, and /html marked for delete so will need re-adding to git? 2020-01-31 10:43:21 +00:00
pabristow
05f4f78a36 Rebuild docs, including changes from 10 Oct 2019 like Caveats. 2020-01-29 11:54:25 +00:00
pabristow
0fe173730d Resolved conflicts from pull from origin/develop 2020-01-29 11:45:41 +00:00
jzmaddock
856968c7ce Regenerate docs. [CI SKIP] 2019-10-17 16:29:54 +01:00
pabristow
4336139112 Add multiprecision.css custom style sheet, and a few new links, rebuild locally with no inspect complaints. 2019-08-13 15:09:54 +01:00
jzmaddock
09314a23d1 Update docs.
[CI SKIP]
2019-06-30 12:03:59 +01:00
jzmaddock
62ad97a61a APPoS: Doc update. 2018-09-16 19:19:49 +01:00
jzmaddock
6b03db9e19 Merge branch 'impl-octuple-float' of https://github.com/e-kwsm/multiprecision into develop
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2018-08-17 12:19:45 +01:00
jzmaddock
4ba21a07b6 Document behaviour of copy/move/assignment on variable precision types.
[CI skip]
2018-08-10 18:41:47 +01:00
E Kawashima
66d1f953dd Implement cpp_bin_float_oct and cpp_complex_oct 2018-07-30 18:05:43 +09:00
jzmaddock
6d20bb7817 complex/mpc: update docs.
[CI SKIP]
2018-03-31 18:55:57 +01:00
jzmaddock
5f3d2690fa Update history. 2016-09-26 19:02:58 +01:00
jzmaddock
328ea5738c C99: Fix some GCC test failures. 2016-09-22 19:04:56 +01:00
jzmaddock
0c0a115885 Document new C99 support. 2016-09-22 10:53:29 +01:00
jzmaddock
2adf5c2cf8 Document some more of the C99 functions we support already. 2016-08-04 19:21:53 +01:00
jzmaddock
2fd81f6fa0 Update docs for modf support. 2016-08-04 18:21:37 +01:00
jzmaddock
728b26e075 Document hash function support and add an example. 2016-05-01 18:58:19 +01:00
jzmaddock
e917e72725 Update history, and document bug fixes. 2016-02-26 13:00:15 +00:00
pabristow
75dc0e3c9c Rewrite of max_digits10 section. 2015-07-24 17:59:40 +01:00
jzmaddock
6d0c3cf823 Update history, regen docs. 2015-02-22 13:15:19 +00:00
jzmaddock
f4d7833e82 Update docs. 2014-06-30 12:47:44 +01:00
jzmaddock
d019fef13f Fix for issue https://svn.boost.org/trac/boost/ticket/9645.
Regenerate docs.
2014-03-11 17:20:31 +00:00
jzmaddock
f9a4e93a5d Update history and regenerate docs. 2013-12-21 17:00:43 +00:00
John Maddock
10ed707a68 Initial merge of cpp_bin_float code from sandbox.
[SVN r86781]
2013-11-21 19:05:42 +00:00
John Maddock
af494a898b Add support for integer square roots.
[SVN r85184]
2013-08-01 17:50:17 +00:00
John Maddock
34c4edb35a Document msb function.
Add docs for integer overloads of multiprecision non-member operations.
Regenerate docs.

[SVN r84981]
2013-07-08 12:35:22 +00:00
John Maddock
d9d57d3b02 Update change history, regenerate docs.
[SVN r84797]
2013-06-15 16:58:25 +00:00
John Maddock
3ee4005731 Fix typos.
[SVN r84535]
2013-05-28 07:54:58 +00:00
John Maddock
5bb72becad Add docs for user-defined literals.
Regenerate docs.

[SVN r84235]
2013-05-11 16:12:47 +00:00
John Maddock
2b901734b2 Big search and replace name change of adapter -> adaptor.
[SVN r82501]
2013-01-15 11:43:27 +00:00
John Maddock
0d4b3d4b02 Add logged adapter.
Add docs for logged_adapter and mpfi_float.

[SVN r82499]
2013-01-15 09:25:05 +00:00
John Maddock
27599ca09e Apply patch for typos.
Regenerate docs.
Fixes #7806.

[SVN r82073]
2012-12-18 11:28:04 +00:00
John Maddock
3f7e4906df Add static asserts on ExponentType requirements.
Document requirements better.
Regenerate docs.

[SVN r82046]
2012-12-17 13:11:01 +00:00
John Maddock
9d16324b79 Tweak docs and regenerate.
Fix doc Jamfile.
Add redirect index.html.

[SVN r81553]
2012-11-26 16:59:39 +00:00
John Maddock
4071dd8d59 Fix missing number constructor.
Fix is_explicitly_convertible to take account of the generic conversions.
Change sf_performance to use multiple files so we can actually compile the thing!
Minor doc updates.
Suppress some more warnings.

[SVN r81324]
2012-11-13 17:12:19 +00:00
John Maddock
da40611f57 Fix mpfr_float_backend interconversions.
Update docs and regenerate.

[SVN r81163]
2012-11-03 18:27:11 +00:00
John Maddock
c587f1550b Update and regenerate docs.
Fix error in expression template unpacking that occasionally caused variable over-writes.
Update Math lib tests to test at least one non-ET type.

[SVN r81121]
2012-10-31 17:06:33 +00:00
John Maddock
4f2738fd6f Add traits class to determine default ExpressionTemplate parameter value.
Add support for fused-multiply-add/subtract.
Optimise temporary usage when the LHS also appears on the RHS.

[SVN r80607]
2012-09-20 16:04:02 +00:00
John Maddock
9f8b30fcdf Update docs with review comments.
Update a few tests based on review comments.
Regenerate docs.

[SVN r80539]
2012-09-16 12:25:14 +00:00
John Maddock
fc1cda1f62 Largely cosmetic change - add two new template params to cpp_dec_float - one for the exponent type, and one for an optional allocator.
[SVN r80431]
2012-09-07 08:31:49 +00:00
John Maddock
a2c8fc060f Rebuild docs.
[SVN r80419]
2012-09-06 09:52:28 +00:00