2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-28 07:22:12 +00:00
Commit Graph

194 Commits

Author SHA1 Message Date
Paul A. Bristow
14762d7522 Added new constants example to jamfile. OK on MSVC
[SVN r78828]
2012-06-06 11:27:47 +00:00
Paul A. Bristow
94c61bd9e7 Example of using constants
[SVN r78827]
2012-06-06 11:26:58 +00:00
John Maddock
ec742b4b80 Merge Owen's T function and Skew Normal code from sandbox and fix whatever failures show up.
Regenerate docs.

[SVN r78130]
2012-04-22 10:23:03 +00:00
Paul A. Bristow
e0703077db New example of getting and catching a thrown exception from trapping nonfinites.
[SVN r77270]
2012-03-08 18:15:42 +00:00
Paul A. Bristow
ceeb07340b Minor changes to simple example.
[SVN r77269]
2012-03-08 18:13:01 +00:00
Paul A. Bristow
47eb661207 Tiny layout change.
[SVN r73173]
2011-07-17 11:33:52 +00:00
Paul A. Bristow
d88276699f Added negative NaN example.
[SVN r73172]
2011-07-17 11:32:57 +00:00
Paul A. Bristow
df9784ccd3 Minor change to avoid a warning.
[SVN r73171]
2011-07-17 11:30:32 +00:00
Paul A. Bristow
96b134328b New Bayes example
[SVN r73047]
2011-07-13 14:19:33 +00:00
Paul A. Bristow
3a8f3197c6 new example
[SVN r72649]
2011-06-17 16:59:03 +00:00
Paul A. Bristow
b0d4657704 removed warning suppress
[SVN r72648]
2011-06-17 16:57:07 +00:00
Paul A. Bristow
7c841b12c3 Added
#if (!defined __BORLANDC__ && !defined __CODEGEARC__) to avoid a signaling_NaN trap on these compilers.
 

[SVN r71443]
2011-04-23 14:27:50 +00:00
Paul A. Bristow
c7931ae730 Added check that infinity supported. and ends with newline.
[SVN r71441]
2011-04-23 14:19:03 +00:00
Paul A. Bristow
ae9f823f99 Added check that infinity supported. and ends with newline.
[SVN r71440]
2011-04-23 13:59:11 +00:00
Paul A. Bristow
bee89c396c Added check that infinity supported. and ends with newline.
[SVN r71439]
2011-04-23 13:52:54 +00:00
Paul A. Bristow
e9f171b697 Added check that infinity supported. and ends with newline.
[SVN r71438]
2011-04-23 13:51:28 +00:00
Paul A. Bristow
bf6409b329 Added example of concise imbue of cout and cin.
[SVN r71415]
2011-04-22 09:56:31 +00:00
Paul A. Bristow
82659076c9 Refinements to examples to avoid temp locales
[SVN r71402]
2011-04-21 17:49:40 +00:00
John Maddock
e62f8f1a69 Regenerate 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).

[SVN r71401]
2011-04-21 10:46:10 +00:00
Paul A. Bristow
fd4ae7ed8f Provided workaround for older compilers without max_digits10.
[SVN r71392]
2011-04-20 09:19:21 +00:00
Paul A. Bristow
1a9b4c6c36 Provided workaround for older compilers without max_digits10.
[SVN r71391]
2011-04-20 09:08:56 +00:00
Paul A. Bristow
72db3cd5cb Added std:: to numeric_limits in #ifdef BOOST_NO_NUMERIC_LIMITS_LOWEST branch.
[SVN r71390]
2011-04-20 08:55:52 +00:00
Paul A. Bristow
957aac784a Tabs removed, end newlines added, and max/min () to meet inspection report comments.
[SVN r71379]
2011-04-19 17:59:46 +00:00
Paul A. Bristow
d64c15ce24 nonfinite examples two serialization examples now to link OK).
[SVN r71287]
2011-04-15 15:10:39 +00:00
Paul A. Bristow
ce3c4d20c7 Added new nonfinite facets examples.
[SVN r71284]
2011-04-15 14:42:50 +00:00
Paul A. Bristow
0711f4932b Added nonfinite examples (but two serialization examples fail to link). One example (referenced in docs is expected to fail on some but not all system)
[SVN r71281]
2011-04-15 14:20:42 +00:00
Paul A. Bristow
3fd41c3a6e Added Johan Rade's fp_inspect utility program.
[SVN r71280]
2011-04-15 14:00:50 +00:00
Paul A. Bristow
e379afb51a First nonfinite example nonfinite_signaling_NaN.cpp.
[SVN r71271]
2011-04-15 13:37:21 +00:00
Steven Watanabe
3524499fc0 Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
[SVN r68168]
2011-01-15 08:11:51 +00:00
Bryce Adelstein-Lelbach
f11d1c3c2b Replacing 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. 



[SVN r68140]
2011-01-14 02:35:58 +00:00
John Maddock
5b4f192716 Fix inspection report issues.
[SVN r67727]
2011-01-06 16:55:48 +00:00
Paul A. Bristow
bae44eae90 New factorial example
[SVN r67364]
2010-12-20 15:33:46 +00:00
John Maddock
555f3d6736 Improve performance of non-central T by simplifying the arithmetic where possible.
Change error handlers to pass the target type down to "rounding errors".
Change the rounding error handlers to return a well defined value (the maximum representable value in the target type).
Update and complete docs on rounding errors.
Fix typo in test/test_beta_dist.cpp.
Regenerate the docs.
Remove illegal comment from test_constants.cpp.
Fixes #4977.

[SVN r67231]
2010-12-14 19:22:52 +00:00
Paul A. Bristow
2ba163076a Added 'no formula to evaluation error
[SVN r67222]
2010-12-13 16:47:45 +00:00
Paul A. Bristow
daaefa0caf changed file spec \ to / of sf /gamma
[SVN r66955]
2010-12-01 18:46:42 +00:00
Paul A. Bristow
97bea6e4b1 Check before using max_digits10
[SVN r66887]
2010-11-30 10:05:14 +00:00
Paul A. Bristow
96249a133b Added explicit #include <cstddef> to try to meet stlport and others needing errno definition.
[SVN r66886]
2010-11-30 10:04:33 +00:00
Paul A. Bristow
12aa3bb74a tried using boost_no_numericLimits to avoid max_digits10
[SVN r66839]
2010-11-29 12:44:01 +00:00
Paul A. Bristow
f185b8f435 Limit use of max_digits10 to MSVC 10
[SVN r66838]
2010-11-29 10:21:56 +00:00
Paul A. Bristow
6c3288a86d Removed diagnostic output for gcc.
[SVN r66765]
2010-11-26 10:23:23 +00:00
Paul A. Bristow
fea0e26563 New example
[SVN r66732]
2010-11-24 16:54:17 +00:00
Paul A. Bristow
25d937ddc9 Update for new distributions
[SVN r66722]
2010-11-24 16:35:17 +00:00
Paul A. Bristow
f71ee2e5dd Added new distributions.
[SVN r66721]
2010-11-24 16:34:31 +00:00
Paul A. Bristow
c6427a3dfd Added for root finding docs
[SVN r66720]
2010-11-24 16:33:31 +00:00
Paul A. Bristow
b31f641157 Comments etc
[SVN r66719]
2010-11-24 16:31:10 +00:00
Paul A. Bristow
be4bd91753 Changed to avoid using namespace boost::math
[SVN r65665]
2010-09-29 10:32:55 +00:00
Paul A. Bristow
6f66180932 included #include <stdexcept> instead of <exception> to try to define std::domain_error reported missing by Darwin 4.2.1 and others.
[SVN r65190]
2010-09-02 11:17:43 +00:00
Paul A. Bristow
087af32241 Mistake in declaration noted by Darwin only corrected.
[SVN r65189]
2010-09-02 11:01:26 +00:00
Paul A. Bristow
5365891da1 Minor editorial with some added comments.
[SVN r65170]
2010-09-01 17:46:05 +00:00
Paul A. Bristow
2e3e4c4b07 Avoid name ambiguity, etc
[SVN r65153]
2010-08-31 18:12:53 +00:00