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
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
6fa6a1b167
Update documentation to match latest changes.
2016-10-24 17:51:49 +01: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
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
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
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
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
3080df73d9
Update MPFR docs with performance comparison.
...
[SVN r81146]
2012-11-02 13:07:39 +00:00
John Maddock
b640732abd
Add additional template parameter to mpfr_float_backend to allow stack-based floats.
...
[SVN r81135]
2012-11-01 19:01:08 +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
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
1e00790703
Rename mp_number_archetype.
...
Update docs with explicit conversion info.
Regenerate docs.
[SVN r80261]
2012-08-27 12:30:53 +00:00
John Maddock
6f317ee809
Rebuild docs.
...
[SVN r79933]
2012-08-08 18:25:27 +00:00
John Maddock
5ce96a1459
Fix some doc typos and regenerate docs.
...
[SVN r78843]
2012-06-07 10:06:56 +00:00
John Maddock
f543ec2639
Address doc concerns of Vincente Botet Escriba in pre-review comments.
...
Rebuild docs.
[SVN r78807]
2012-06-04 17:50:57 +00:00
John Maddock
538415e0ef
Correct wrong function-call argument in docs.
...
Change max_digits10 in numeric_limits<cpp_dec_float> to include all the *possible* digits.
[SVN r77996]
2012-04-15 17:46:42 +00:00
John Maddock
5c9d22ae8e
Commit revised docs.
...
[SVN r77949]
2012-04-13 15:40:50 +00:00
John Maddock
d4a2c46ac6
Update examples, reorganise docs, temporarily remove HTML before rebuilding.
...
Enhance test cases, including enabling loopback testing on cpp_dec_float io.
[SVN r77948]
2012-04-13 15:38:28 +00:00
John Maddock
2b1f19fa2b
Integrate Chris's FP examples into the docs.
...
[SVN r77851]
2012-04-09 16:58:30 +00:00
John Maddock
0488e551b9
Add extended floating point example.
...
[SVN r77746]
2012-04-03 18:20:35 +00:00
John Maddock
c984b2eaa7
Add updated HTML docs.
...
[SVN r77652]
2012-03-30 18:35:38 +00:00