Commit Graph

88 Commits

Author SHA1 Message Date
jzmaddock
cd3a010fdb Document changes for 1.72 release, rebuild docs.
[CI SKIP]
2019-10-21 10:50:36 +01:00
jzmaddock
856968c7ce Regenerate docs. [CI SKIP] 2019-10-17 16:29:54 +01:00
pabristow
88b2b602b3 Editorial changes, part 1. 2019-09-19 15:44:34 +01:00
pabristow
3da6ed2574 More comment in jamfiles about using big-obj if assembler file is too big. 2019-09-19 12:09:46 +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
Tinko Bartels
8740e3863b Replace broken links. 2019-04-23 08:51:47 +02:00
jzmaddock
75c758d109 Update history, fix a couple of doc issues and regenerate.
[CI SKIP]
2019-03-04 18:52:05 +00:00
jzmaddock
8f3b2c09f8 APPoS: Fix precision control when unrolling expression templates.
Add example of variable precision FP evaluation and update docs.
See https://github.com/boostorg/multiprecision/issues/75.
2018-09-22 09:38:50 +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
aa56ab85a5 Document how to assign both value and precision in the variable precision types.
Add tests for the method suggested.
See https://github.com/boostorg/multiprecision/issues/72.
2018-08-17 11:01:46 +01:00
jzmaddock
2d8e5c1d25 Add overloads for construction at specified precision.
Also document and update docs.
See https://github.com/boostorg/multiprecision/issues/62.
2018-08-15 13:40:47 +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
7fbe965898 Complex: Add docs for Eigen interop. 2018-04-22 17:09:15 +01:00
jzmaddock
0f56b47760 complex: Fix bug in complex_adaptor sqrt.
Add docs for all the complex types.
2018-04-19 19:55:43 +01:00
jzmaddock
6d20bb7817 complex/mpc: update docs.
[CI SKIP]
2018-03-31 18:55:57 +01:00
Sergey Zubkov
6d3233aa5a correct URL for libtommath 2018-01-01 16:35:07 -05:00
jzmaddock
0b77b830d6 Documentation update: add more warnings about use of auto with expression templates, and update history.
[ci skip]
2017-06-08 10:22:30 +01:00
jzmaddock
6fa6a1b167 Update documentation to match latest changes. 2016-10-24 17:51:49 +01:00
jzmaddock
102727aa3a Add missing doc file. 2016-05-02 12:36:21 +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
jzmaddock
d78767ef95 Add cpp_int import/export code.
See: https://svn.boost.org/trac/boost/ticket/11590.
2015-09-20 08:45:03 +01:00
pabristow
893a4d77d7 changed cpp_dec to cpp_bin 2015-07-25 09:36:34 +01:00
pabristow
75dc0e3c9c Rewrite of max_digits10 section. 2015-07-24 17:59:40 +01:00
jzmaddock
b2f92096f6 Update documentation to reflect new random number support from Boost.Random. 2015-03-15 18:24:40 +00:00
jzmaddock
6d0c3cf823 Update history, regen docs. 2015-02-22 13:15:19 +00:00
jzmaddock
6e7fe09031 Update history. 2014-10-17 18:55:29 +01:00
jzmaddock
cd1e62a4b0 Fix for issue https://svn.boost.org/trac/boost/ticket/10405
Change code snippets in docs to be complete programs to avoid any confusion.
Fix failure caused by change to Boost.Random.
Regenerate docs.
2014-08-29 18:54:09 +01:00
jzmaddock
f4d7833e82 Update docs. 2014-06-30 12:47:44 +01:00
jzmaddock
638362121a Doc update. 2014-05-23 12:17:28 +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
5302b484a4 Add serialization support to cpp_bin_float and document. 2013-12-22 13:35:56 +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
75c79d7cae Update revision log and add serialization support docs.
[SVN r85700]
2013-09-16 15:36:49 +00:00
John Maddock
3ae83df777 Update float128 docs.
[SVN r85356]
2013-08-15 11:55:21 +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
5bb72becad Add docs for user-defined literals.
Regenerate docs.

[SVN r84235]
2013-05-11 16:12:47 +00:00
John Maddock
5126fa8e74 Fix float128 compile error.
Add constexpr support to float128.
Add float128 docs and rebuild HTML.

[SVN r84016]
2013-04-22 17:50:55 +00:00
John Maddock
d02def787b change adapter -> adaptor
[SVN r83359]
2013-03-08 11:51:32 +00:00
John Maddock
0411162f1f Update visualizers for cpp_dec_float.
[SVN r82532]
2013-01-18 13:36:51 +00:00
John Maddock
8ff620de3b Add debug_adaptor.hpp.
Document debug_adaptor and VC++ visualizers.

[SVN r82517]
2013-01-17 12:23:21 +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