Commit Graph

139 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
jzmaddock
75c758d109 Update history, fix a couple of doc issues and regenerate.
[CI SKIP]
2019-03-04 18:52:05 +00:00
jzmaddock
f1c326198c Update documentation and version history.
[CI SKIP]
2018-10-07 08:47:03 +01: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
jzmaddock
d0c017309a Documentation/history update.
[CI SKIP]
2018-07-12 19:29:03 +01:00
jzmaddock
274a7f9b6a Documentation update.
[CI SKIP]
2018-05-27 11:28:36 +01: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
jzmaddock
04ed0a624e Documentation update.
[CI SKIP]
2017-12-30 19:46:19 +00: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
3a35b4941a Update history. 2017-03-04 18:23:21 +00:00
jzmaddock
40c0bf8ad4 Update Boost version in docs. 2016-11-03 19:16:16 +00:00
jzmaddock
d65e4a2508 Update docs for most recent fixes. 2016-10-27 18:34:30 +01:00
jzmaddock
e5e1d9f445 Update revision history. 2016-10-24 18:51:26 +01:00
jzmaddock
6fa6a1b167 Update documentation to match latest changes. 2016-10-24 17:51:49 +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
8f5e26f921 Update history. 2016-06-10 18:28:26 +01:00
jzmaddock
728b26e075 Document hash function support and add an example. 2016-05-01 18:58:19 +01:00
jzmaddock
f6b5797661 Update history. 2016-04-12 19:00:01 +01:00
jzmaddock
8a8b2211d4 Change cpp_bin_float.convert_to<>() conversion routine to avoid double-rounding.
See https://svn.boost.org/trac/boost/ticket/12039.
2016-03-15 08:15:35 +00:00
jzmaddock
e917e72725 Update history, and document bug fixes. 2016-02-26 13:00:15 +00:00
jzmaddock
95b8a52108 Update history. 2015-12-22 18:32:20 +00:00
jzmaddock
ff3f04ef2e Document changes for this release. 2015-12-08 19:09:54 +00:00
jzmaddock
390d46de9e Merge branch 'develop'
Conflicts:
	doc/html/boost_multiprecision/indexes/s01.html
	doc/html/boost_multiprecision/indexes/s02.html
	doc/html/boost_multiprecision/indexes/s03.html
	doc/html/boost_multiprecision/indexes/s04.html
	doc/html/boost_multiprecision/map/hist.html
	doc/html/index.html
	doc/multiprecision.qbk
	include/boost/multiprecision/cpp_bin_float.hpp
	include/boost/multiprecision/cpp_int.hpp
	test/test_cpp_int.cpp

Resolved so as to make master and develop the same.
2015-10-18 12:05:14 +01: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
4558e574d1 Bring docs into line with code, regenerate HTML. 2015-07-20 13:04:54 +01:00
jzmaddock
9f446081f9 Update history. 2015-06-18 10:50:27 +01:00
jzmaddock
93d9d00c85 Fix doc typo in history. 2015-03-20 18:45:29 +00:00
jzmaddock
fdc57e94d8 Update history. 2015-03-15 18:29:05 +00: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