multiprecision/doc
jzmaddock a8ab907e20 Ensure remainder has correct sign when the result is zero.
Also ensure float128 specializations of eval_signbit are actually called.
Change return type of signbit to bool to match std::signbit and update docs.
Add test case.
Fixes https://github.com/boostorg/multiprecision/issues/426.
2022-02-01 19:02:02 +00:00
..
html Replace BOOST_ASSERT with BOOST_MP_ASSERT 2021-11-26 20:29:08 +02:00
Jamfile.v2 Change jamfile and Rebuild docs to use SVG images (except for admonitions like warning, caution which are then too big). Equations look much nicer. Worth PNG at 120 dpi double size of SVG. 2020-02-06 12:31:01 +00:00
debugger1.png
debugger2.png
debugger3.png
debugger4.png
debugger5.png
debugger6.png
debugger7.png
floating_point_eg1.mml
floating_point_eg1.png
floating_point_eg1.svg End-of-line normalization. Most normalization was taken care of by .gitattributes, but a few files originally committed to svn with incorrect eol tags need explicit normalization. See .gitattributes man page and extensive list discussion. 2013-12-01 17:21:02 -05:00
floating_point_eg2.mml
floating_point_eg2.png
floating_point_eg2.svg End-of-line normalization. Most normalization was taken care of by .gitattributes, but a few files originally committed to svn with incorrect eol tags need explicit normalization. See .gitattributes man page and extensive list discussion. 2013-12-01 17:21:02 -05:00
floating_point_eg3.mml
floating_point_eg3.png
floating_point_eg3.svg End-of-line normalization. Most normalization was taken care of by .gitattributes, but a few files originally committed to svn with incorrect eol tags need explicit normalization. See .gitattributes man page and extensive list discussion. 2013-12-01 17:21:02 -05:00
generate.sh
history.qbk Update history and regenerate docs. 2021-11-06 19:05:51 +00:00
html4_symbols.qbk 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
index.idx
introduction.qbk Split documentation source up into better structure. 2020-05-01 18:45:00 +01:00
multiprecision.css Merge branch 'develop' into improve_trig 2020-10-23 08:43:12 +01:00
multiprecision.qbk Update docs. 2021-05-12 17:31:41 +01:00
numeric_limits_32_tables.qbk
numeric_limits_qbk.cpp 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
performance.qbk Documentation update for the new rational_adaptor. 2021-09-30 19:45:16 +01:00
performance_float.qbk Documentation update for the new rational_adaptor. 2021-09-30 19:45:16 +01:00
performance_integer.qbk Documentation update for the new rational_adaptor. 2021-09-30 19:45:16 +01:00
performance_integer_real_world.qbk Documentation update for the new rational_adaptor. 2021-09-30 19:45:16 +01:00
performance_overhead.qbk Documentation update for the new rational_adaptor. 2021-09-30 19:45:16 +01:00
performance_rational.qbk Documentation update for the new rational_adaptor. 2021-09-30 19:45:16 +01:00
performance_rational_real_world.qbk Documentation update for the new rational_adaptor. 2021-09-30 19:45:16 +01:00
performance_real_world.qbk Documentation update for the new rational_adaptor. 2021-09-30 19:45:16 +01:00
reference.qbk Split documentation source up into better structure. 2020-05-01 18:45:00 +01:00
reference_backend_requirements.qbk Ensure remainder has correct sign when the result is zero. 2022-02-01 19:02:02 +00:00
reference_cpp_bin_float.qbk Completely remove MPL usage. 2021-01-16 11:22:28 +00:00
reference_cpp_dec_float.qbk Completely remove MPL usage. 2021-01-16 11:22:28 +00:00
reference_cpp_int.qbk Completely remove MPL usage. 2021-01-16 11:22:28 +00:00
reference_gmp_float.qbk Completely remove MPL usage. 2021-01-16 11:22:28 +00:00
reference_gmp_int.qbk Completely remove MPL usage. 2021-01-16 11:22:28 +00:00
reference_header_structure.qbk Remove big_lanczos.hpp. 2021-05-24 10:15:48 +01:00
reference_internal_support.qbk Replacement of boost with std and improve readability 2021-12-01 17:19:50 +02:00
reference_mpfr_float.qbk Completely remove MPL usage. 2021-01-16 11:22:28 +00:00
reference_number.qbk Ensure remainder has correct sign when the result is zero. 2022-02-01 19:02:02 +00:00
reference_tom_int.qbk Completely remove MPL usage. 2021-01-16 11:22:28 +00:00
tutorial.qbk Update docs. 2021-05-12 17:31:41 +01:00
tutorial_boost_rational.qbk Split documentation source up into better structure. 2020-05-01 18:45:00 +01:00
tutorial_complex.qbk Split documentation source up into better structure. 2020-05-01 18:45:00 +01:00
tutorial_complex_adaptor.qbk Split documentation source up into better structure. 2020-05-01 18:45:00 +01:00
tutorial_constexpr.qbk Split documentation source up into better structure. 2020-05-01 18:45:00 +01:00
tutorial_conversions.qbk Split documentation source up into better structure. 2020-05-01 18:45:00 +01:00
tutorial_cpp_bin_float.qbk Giant C++11 refactor removing: 2021-01-13 14:33:48 +00:00
tutorial_cpp_complex.qbk Giant C++11 refactor removing: 2021-01-13 14:33:48 +00:00
tutorial_cpp_dec_float.qbk Giant C++11 refactor removing: 2021-01-13 14:33:48 +00:00
tutorial_cpp_int.qbk Change all bit counts to use size_t/ptrdiff_t. 2021-12-15 15:18:47 +00:00
tutorial_cpp_rational.qbk Split documentation source up into better structure. 2020-05-01 18:45:00 +01:00
tutorial_debug_adaptor.qbk Flesh out variable precision docs some more. 2021-06-01 19:51:43 +01:00
tutorial_eigen.qbk Split documentation source up into better structure. 2020-05-01 18:45:00 +01:00
tutorial_float128.qbk Split documentation source up into better structure. 2020-05-01 18:45:00 +01:00
tutorial_float128_complex.qbk Split documentation source up into better structure. 2020-05-01 18:45:00 +01:00
tutorial_float_builtin_ctor.qbk Restore lost docs. 2021-02-28 11:35:13 +00:00
tutorial_float_eg.qbk Restore lost docs. 2021-02-28 11:35:13 +00:00
tutorial_floats.qbk Restore lost docs. 2021-02-28 11:35:13 +00:00
tutorial_gmp_float.qbk Split documentation source up into better structure. 2020-05-01 18:45:00 +01:00
tutorial_gmp_int.qbk Split documentation source up into better structure. 2020-05-01 18:45:00 +01:00
tutorial_gmp_rational.qbk Split documentation source up into better structure. 2020-05-01 18:45:00 +01:00
tutorial_hash.qbk Split documentation source up into better structure. 2020-05-01 18:45:00 +01:00
tutorial_import_export.qbk Change all bit counts to use size_t/ptrdiff_t. 2021-12-15 15:18:47 +00:00
tutorial_integer.qbk Split documentation source up into better structure. 2020-05-01 18:45:00 +01:00
tutorial_integer_examples.qbk Split documentation source up into better structure. 2020-05-01 18:45:00 +01:00
tutorial_integer_ops.qbk Split documentation source up into better structure. 2020-05-01 18:45:00 +01:00
tutorial_interval_mpfi.qbk Split documentation source up into better structure. 2020-05-01 18:45:00 +01:00
tutorial_io.qbk Split documentation source up into better structure. 2020-05-01 18:45:00 +01:00
tutorial_logged_adaptor.qbk Flesh out variable precision docs some more. 2021-06-01 19:51:43 +01:00
tutorial_misc_backends.qbk Split documentation source up into better structure. 2020-05-01 18:45:00 +01:00
tutorial_mixed_precision.qbk Update mixed precision docs. 2021-01-10 19:05:04 +00:00
tutorial_mpc_complex.qbk Split documentation source up into better structure. 2020-05-01 18:45:00 +01:00
tutorial_mpfr_float.qbk Split documentation source up into better structure. 2020-05-01 18:45:00 +01:00
tutorial_new_backend.qbk Split documentation source up into better structure. 2020-05-01 18:45:00 +01:00
tutorial_numeric_limits.qbk Remove tons of C++03 workarounds. 2021-01-11 21:42:50 +00:00
tutorial_primality.qbk Split documentation source up into better structure. 2020-05-01 18:45:00 +01:00
tutorial_random.qbk Split documentation source up into better structure. 2020-05-01 18:45:00 +01:00
tutorial_rational.qbk Split documentation source up into better structure. 2020-05-01 18:45:00 +01:00
tutorial_rational_adaptor.qbk Split documentation source up into better structure. 2020-05-01 18:45:00 +01:00
tutorial_rounding.qbk Split documentation source up into better structure. 2020-05-01 18:45:00 +01:00
tutorial_serialization.qbk Split documentation source up into better structure. 2020-05-01 18:45:00 +01:00
tutorial_tommath.qbk Split documentation source up into better structure. 2020-05-01 18:45:00 +01:00
tutorial_tommath_rational.qbk Split documentation source up into better structure. 2020-05-01 18:45:00 +01:00
tutorial_variable_precision.qbk Minor doc update. 2021-06-13 11:08:01 +01:00
tutorial_visualizers.qbk Split documentation source up into better structure. 2020-05-01 18:45:00 +01:00