ivanpanch
55bf069621
Fix mistakes ( #729 )
...
* Update Jamfile.v2
* Update introduction.qbk
* Update tutorial.qbk
* Update tutorial_cpp_int.qbk
* Update tutorial_gmp_int.qbk
* Update tutorial_tommath.qbk
* Update integer_examples.cpp
* Update tutorial_cpp_bin_float.qbk
* Update tutorial_cpp_dec_float.qbk
* Update tutorial_gmp_float.qbk
* Update tutorial_mpfr_float.qbk
* Update tutorial_float128.qbk
* Update tutorial_float_builtin_ctor.qbk
* Update big_seventh.cpp
* Update tutorial_float_eg.qbk
* Update floating_point_examples.cpp
* Update mpfr_precision.cpp
* Update gauss_laguerre_quadrature.cpp
* Update tutorial_interval_mpfi.qbk
* Update tutorial_cpp_complex.qbk
* Update tutorial_mpc_complex.qbk
* Update tutorial_float128_complex.qbk
* Update tutorial_complex_adaptor.qbk
* Update tutorial_rational.qbk
* Update tutorial_tommath_rational.qbk
* Update tutorial_logged_adaptor.qbk
* Update tutorial_debug_adaptor.qbk
* Update tutorial_visualizers.qbk
* Update tutorial_fwd.qbk
* Update tutorial_conversions.qbk
* Update tutorial_random.qbk
* Update random_snips.cpp
* Update tutorial_constexpr.qbk
* Update tutorial_import_export.qbk
* Update cpp_int_import_export.cpp
* Update tutorial_mixed_precision.qbk
* Update tutorial_variable_precision.qbk
* Update scoped_precision_example.cpp
* Update tutorial_numeric_limits.qbk
* Update tutorial_numeric_limits.qbk
* Update numeric_limits_snips.cpp
* Update numeric_limits_snips.cpp
* Update tutorial_numeric_limits.qbk
* Update numeric_limits_snips.cpp
* Update numeric_limits_snips.cpp
* Update tutorial_io.qbk
* Update reference_number.qbk
* Update reference_cpp_bin_float.qbk
* Update reference_cpp_double_fp_backend.qbk
* Update reference_internal_support.qbk
* Update reference_backend_requirements.qbk
* Update performance.qbk
* Update performance_overhead.qbk
* Update performance_real_world.qbk
* Update performance_integer_real_world.qbk
* Update performance_rational_real_world.qbk
* Update reference_number.qbk
* Update tutorial_numeric_limits.qbk
* Update reference_backend_requirements.qbk
2025-08-18 13:14:39 +02:00
pabristow
2074250c79
Laguerre_quad warning supressed, yet more typos, [endsect] annotations.
2020-02-04 16:54:31 +00:00
Tinko Bartels
8740e3863b
Replace broken links.
2019-04-23 08:51:47 +02:00
jzmaddock
4c36616841
CI: Fix some remaining issues:
...
* Build with --hash as otherwise command line gets too long on Windows machines.
* Disable tests that generate object files too large for gcc on windows.
* Split cpp_dec_float tests up a bit to reduce object file size.
* Use boost::int46_t not ::int64_t in test case.
* Disable test_arithmetic_backend_concept.cpp with original mingw32 which has issues fixed in mingw64.
2017-06-04 19:36:59 +01:00
jzmaddock
e7704434d5
Fix PP-logic on test case.
...
Don't explicitly request gnu++0x mode - it causes conflicts with testers running in c++1y mode.
2014-04-10 18:01:29 +01:00
John Maddock
04b1c9e9f0
Initial commit of 128-bit float wrapper
...
[SVN r83713]
2013-04-02 17:26:48 +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
75cab8836d
Allow detail::canonical to be used with enum types.
...
Review all noexcept specifications - and remove quite a few that we (probably) can't guarantee.
Change example workaround for non-C++11 compilers.
[SVN r81809]
2012-12-09 15:24:07 +00:00
John Maddock
edfc8f5ff8
Fix for non-C++11 compilers.
...
[SVN r81465]
2012-11-21 18:55:39 +00:00
John Maddock
e2ef393c23
Big search and replace rename, removing mp_ prefix.
...
[SVN r79932]
2012-08-08 18:14:50 +00:00
John Maddock
f4a922e325
Fix some asserts and comments, plus one C++11 issue.
...
[SVN r79250]
2012-07-03 18:18:08 +00:00
John Maddock
5ce96a1459
Fix some doc typos and regenerate docs.
...
[SVN r78843]
2012-06-07 10:06:56 +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
462bec3925
Fix ldexp/frexp in default_ops.hpp. Improve 64-bit platform detection in cpp_int_core.hpp. Get examples building with GCC
...
[SVN r77971]
2012-04-14 16:51:02 +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