3a8f3197c6new example
Paul A. Bristow
2011-06-17 16:59:03 +0000
b0d4657704removed warning suppress
Paul A. Bristow
2011-06-17 16:57:07 +0000
4cf83544cdAdd new series evaluation forms for the Bessel J and Y functions. Also take extra care when evaluating to avoid spurious overflow/underflow. Changed check_series_iterations to know the real-number type so messages are properly formatted. Updated docs to match and regenerated. Fixes#5560.
John Maddock
2011-06-05 16:56:17 +0000
3b71dc32ebUpdate Bessel functions to use series representations when x is small compared to v and also to prevent the generation of NaN's in such cases. Update docs to match. Fixes#5560.
John Maddock
2011-05-27 17:24:08 +0000
ab99a9ee2bMerge updated Boost.Math from Trunk to Release.
John Maddock
2011-05-17 12:19:17 +0000
ef7f0bb940Remove unnecessary macros.
John Maddock
2011-05-16 17:30:52 +0000
74d540d59aMove TR1 C-compatible macros to separate file so they don't get indexed by the docs.
John Maddock
2011-05-16 17:28:48 +0000
06eb582db2Update docs with new better indexes.
John Maddock
2011-05-16 17:28:46 +0000
0129f70e44Rename to all lower case.
John Maddock
2011-05-12 12:17:06 +0000
2ad656bb1bDocument e_float support.
John Maddock
2011-05-12 12:12:30 +0000
1f6642b388Add initial version of e_float support.
John Maddock
2011-05-02 18:21:28 +0000
a5239fa567Suppress a whole bunch of new gcc-4.6 warnings. Add code to verify that the radix of the type is 2 wherever that assumption is made. Add some more instrumentation code.
John Maddock
2011-05-02 15:36:51 +0000
d27407f320Tentative fix for FreeBSD failure.
John Maddock
2011-04-27 16:00:00 +0000
a6cea5c497Complied with min/max requirements.
Paul A. Bristow
2011-04-26 08:46:23 +0000
99af0cdc27signbit(static_cast<CharType>(-1e-6f)/std::numeric_limits<CharType>::max()) != 0 test used.
Paul A. Bristow
2011-04-23 16:50:11 +0000
7c841b12c3Added #if (!defined __BORLANDC__ && !defined __CODEGEARC__) to avoid a signaling_NaN trap on these compilers.
Paul A. Bristow
2011-04-23 14:27:50 +0000
978bf2a3beAdded test for signed zero.
Paul A. Bristow
2011-04-23 14:19:32 +0000
c7931ae730Added check that infinity supported. and ends with newline.
Paul A. Bristow
2011-04-23 14:19:03 +0000
ae9f823f99Added check that infinity supported. and ends with newline.
Paul A. Bristow
2011-04-23 13:59:11 +0000
bee89c396cAdded check that infinity supported. and ends with newline.
Paul A. Bristow
2011-04-23 13:52:54 +0000
e9f171b697Added check that infinity supported. and ends with newline.
Paul A. Bristow
2011-04-23 13:51:28 +0000
d9c9b37cc9Comments on checks.
Paul A. Bristow
2011-04-23 13:42:39 +0000
883c2a513cAdded checks for has_infinity ...
Paul A. Bristow
2011-04-23 13:37:13 +0000
ad9d9921a7Corrected file locations for trunk and removed tabs).
Paul A. Bristow
2011-04-23 13:30:10 +0000
1982cb4a4cFix remaining Intel regressions. Add prototypes to fwd header. Add new functions to the concept checks.
John Maddock
2011-04-23 08:17:10 +0000
fb1f3a9bf6Fix Intel/Linux regressions.
John Maddock
2011-04-22 17:24:53 +0000
bf6409b329Added example of concise imbue of cout and cin.
Paul A. Bristow
2011-04-22 09:56:31 +0000
52fac87f09Added admonishment to signbit docs and regenerates docs. Fixed test case involving bad assumption about the return value of signbit. Fixed GCC compiler warnings.
John Maddock
2011-04-22 09:54:36 +0000
7f1a45870aChange fp_traits to handle sign manipulation separately from fp-classification. Fixes some Linux/GCC regressions but not yet all.
John Maddock
2011-04-21 18:11:37 +0000
15c9b19ac1Added more comments
Paul A. Bristow
2011-04-21 17:53:58 +0000
8b7ef22cc9Added avoiding temp locales tip and better explanation of one#
Paul A. Bristow
2011-04-21 17:53:12 +0000
82659076c9Refinements to examples to avoid temp locales
Paul A. Bristow
2011-04-21 17:49:40 +0000
e62f8f1a69Regenerate docs and add missing files. Fix examples so they build for VC-9.0 and earlier (ie when BOOST_NO_NUMERIC_LIMITS_LOWEST is defined).
John Maddock
2011-04-21 10:46:10 +0000
e537496a33Rebuild after add fp_facets.html (and a few minor edits).
Paul A. Bristow
2011-04-20 17:27:25 +0000
633b83de7dTypo corrected
Paul A. Bristow
2011-04-20 17:25:31 +0000
48d766e48bMinor edits.
Paul A. Bristow
2011-04-20 17:24:55 +0000
a62e2c7dccAdded to docs for fp_facets
Paul A. Bristow
2011-04-20 17:05:40 +0000
fd4ae7ed8fProvided workaround for older compilers without max_digits10.
Paul A. Bristow
2011-04-20 09:19:21 +0000
1a9b4c6c36Provided workaround for older compilers without max_digits10.
Paul A. Bristow
2011-04-20 09:08:56 +0000
72db3cd5cbAdded std:: to numeric_limits in #ifdef BOOST_NO_NUMERIC_LIMITS_LOWEST branch.
Paul A. Bristow
2011-04-20 08:55:52 +0000
5cb894721bAdded native_tag specialisation to try to cure failures on gcc.
Paul A. Bristow
2011-04-20 08:49:02 +0000
caf05d27cdAdded boost::math::detail::changesign_impl(x, method()); to try to get to work with gcc.
Paul A. Bristow
2011-04-19 18:04:58 +0000
70adb63c87Tabs removed, end newlines added, and max/min () to meet inspection report comments.
Paul A. Bristow
2011-04-19 18:00:17 +0000
957aac784aTabs removed, end newlines added, and max/min () to meet inspection report comments.
Paul A. Bristow
2011-04-19 17:59:46 +0000
e3e838da6cnonfinite facets
Paul A. Bristow
2011-04-18 16:19:48 +0000
1da961d8e7Changesign addded.
Paul A. Bristow
2011-04-18 16:19:26 +0000
5c889b387eNew tests for changesign and nofinite facets added. Pass locally on MSVC 10.
Paul A. Bristow
2011-04-18 16:18:08 +0000
df5809ef5fJohan Rade tests for nonfinites.
Paul A. Bristow
2011-04-18 16:12:14 +0000
cec402f9b6More nonfinite tests
Paul A. Bristow
2011-04-15 17:52:54 +0000
c4c88318e7Johan Rade tests for nonfinites.
Paul A. Bristow
2011-04-15 17:30:20 +0000
21441c69dfHelper files for nonfinite tests.
Paul A. Bristow
2011-04-15 17:29:26 +0000
2f9fd34c5aChange in revision date
Paul A. Bristow
2011-04-15 17:07:59 +0000
d64c15ce24nonfinite examples two serialization examples now to link OK).
Paul A. Bristow
2011-04-15 15:10:39 +0000
40ab64c0eaAdded changesign
Paul A. Bristow
2011-04-15 14:58:43 +0000
ce3c4d20c7Added new nonfinite facets examples.
Paul A. Bristow
2011-04-15 14:42:50 +0000
7c3d6c454crebuild after adding nonfinite facets section and other consequent changes for 1.47.
Paul A. Bristow
2011-04-15 14:41:02 +0000
cce808c605Added nonfinite facets section.
Paul A. Bristow
2011-04-15 14:38:03 +0000
0711f4932bAdded nonfinite examples (but two serialization examples fail to link). One example (referenced in docs is expected to fail on some but not all system)
Paul A. Bristow
2011-04-15 14:20:42 +0000
3fd41c3a6eAdded Johan Rade's fp_inspect utility program.
Paul A. Bristow
2011-04-15 14:00:50 +0000
81b00c9db6Update for new items in 1.47 mainly nonfinite facets.
Paul A. Bristow
2011-04-15 13:59:18 +0000
b72c966e57Added changesign for nonfinite facets.
Paul A. Bristow
2011-04-15 13:58:38 +0000
756574380bNew section on nonfinite_facets
Paul A. Bristow
2011-04-15 13:57:23 +0000
a97c3ae2d9Added note about fp_inspect by Johan Rade.
Paul A. Bristow
2011-04-15 13:54:58 +0000
6b35bbddaeAdded reference for nearest representable
Paul A. Bristow
2011-04-15 13:54:05 +0000
ab110d6d4aAdded FAQ for nonfinite IO
Paul A. Bristow
2011-04-15 13:53:29 +0000
887827b154Added credits for nonfinite facets.
Paul A. Bristow
2011-04-15 13:52:44 +0000
e379afb51aFirst nonfinite example nonfinite_signaling_NaN.cpp.
Paul A. Bristow
2011-04-15 13:37:21 +0000
c2faf71f7dFix value returned for atanh(1). Fixes#5385.
John Maddock
2011-03-29 11:17:58 +0000
bac00ef969Cast arguments to quaternion/octonion constructors so they still work when there's no implicit conversion available. Fixes#5369.
John Maddock
2011-03-26 12:04:02 +0000
4b3cdb252dDon't include fenv.h when BOOST_NO_FENV_H is set. Fixes#5356.
John Maddock
2011-03-22 18:14:00 +0000
e571aa93dcFix a couple of paths in the maths docs.
Daniel James
2011-03-19 00:32:14 +0000
ade7de09ceMerge minor bug fixes from Trunk for 1.46.1 release.
John Maddock
2011-03-06 17:19:34 +0000
490499415aCorrect version number for last set of fixes, regenerate docs.
John Maddock
2011-03-06 17:15:58 +0000
5ba171ee12Fix PDF build from within boost-root/doc/pdf.
John Maddock
2011-03-03 11:23:57 +0000
a30388b57aFix PDF build from within boost-root/doc/pdf
John Maddock
2011-03-03 11:22:48 +0000
13bd3e54ccMSVC warning suppression.
John Maddock
2011-03-03 11:09:23 +0000
331db8622dFix typo in inverse_gausian.qbk. Fixes#5254.
John Maddock
2011-03-03 11:04:25 +0000
386dc2ee93Add Kolmogorov distro to TODO list and regenerate docs.
John Maddock
2011-02-07 13:29:39 +0000
5b6c4bfeb6Change the name of the extern "C" TR1 functions so they no longer clash with (possibly inline) std lib versions. Fixes#4828.
John Maddock
2011-02-05 10:49:43 +0000
91471146f1Fix acosh bug, and update tests and docs accordingly. Fixes#5113.
John Maddock
2011-01-24 19:04:24 +0000
868a3461e1Merge fix for issue 5095. Refs #5095.
John Maddock
2011-01-22 17:31:29 +0000
fb50b7d18fAdded note about fixed bug. Refs #5095.
John Maddock
2011-01-21 12:03:47 +0000
9744b02e98Add more debug/diagnostic info and fix bug that manifests itself on SSE x64 machines only. Fixes#5095
John Maddock
2011-01-21 09:42:51 +0000
9635919e54Fix for IMB C++ on Linux. Fixes#5090.
John Maddock
2011-01-19 15:05:18 +0000
3c169bafbeAdd needed PDF build property.
John Maddock
2011-01-19 12:57:00 +0000
9c310af15eGet the PDF file name correct.
John Maddock
2011-01-19 12:18:35 +0000
3524499fc0Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
Steven Watanabe
2011-01-15 08:11:51 +0000
a52fce70a8Reverting some accident changes to a few jamfiles from my last commit.
Bryce Adelstein-Lelbach
2011-01-14 02:51:17 +0000
f11d1c3c2bReplacing the use of <iomanip> with <boost/detail/iomanip.hpp> across Boost. On Linux, GNU's libstdc++, which is the default stdlib for icc and clang, cannot parse the <iomanip> header in version 4.5+ (which thankfully neither compiler advises the use of yet), as it's original C++98-friendly implementation has been replaced with a gnu++0x implementation. <boost/detail/iomanip.hpp> is a portable implementation of <iomanip>, providing boost::detail::setfill, boost::detail::setbase, boost::detail::setw, boost::detail::setprecision, boost::detail::setiosflags and boost::detail::resetiosflags.
Bryce Adelstein-Lelbach
2011-01-14 02:35:58 +0000
35a23d5faeAdded NIST DLMF reference (untested)
Paul A. Bristow
2011-01-11 16:38:53 +0000
789bc5092cMerge changes from Trunk since 1.44.
John Maddock
2011-01-08 17:33:06 +0000
6169ac4a20Rename to all lower case: fixes issues on case sensitive file systems.
John Maddock
2011-01-07 18:36:11 +0000
b359130939Rename to all lower case: fixes issues on case sensitive file systems.
John Maddock
2011-01-07 18:33:15 +0000
5b4f192716Fix inspection report issues.
John Maddock
2011-01-06 16:55:48 +0000
19fedcf565Rename to all lower case: fixes issues on case sensitive file systems.
John Maddock
2011-01-06 16:41:44 +0000
b1d2747e8bRename to all lower case: fixes issues on case sensitive file systems.
John Maddock
2011-01-06 16:31:50 +0000
d47256676fSupport for PathScale EKOPath Compiler Suite, version 4.0.0.
Bryce Adelstein-Lelbach
2011-01-06 02:38:20 +0000
6a87811f49Change PDF URL to SF download page. Add optional index generation.
John Maddock
2011-01-01 17:16:10 +0000
0ad713690dFix bug in special-case handling of ibeta_inv. Fix concept test failures with mpfr_class in legendre.hpp and non_central_t.hpp. Fixes#5015.
John Maddock
2010-12-27 18:37:15 +0000
2ebf2fca9eFix typos in code examples for legendre polynomials and regenerate docs.
John Maddock
2010-12-22 10:22:56 +0000