Paul A. Bristow
f2d563001c
Added 2nd {{ and }} and a comment "for some GCC compiler versions"
...
[SVN r82723]
2013-02-04 10:12:29 +00:00
Paul A. Bristow
3b4322354f
Added sample output from fft_sines_table multiprecision use example. (will be referenced from the docs.)
...
[SVN r82722]
2013-02-04 10:07:14 +00:00
Paul A. Bristow
5ebccaba0c
Example of Boost.Multiprecision to generate a high-precision array of sin coefficents for use with FFT.
...
Version that writes an array (std:: or Boost:: as appropriate).
Quickbook embedded, but not used yet. TODO!
[SVN r82688]
2013-02-02 16:35:40 +00:00
Paul A. Bristow
a2fce16747
Update to distribution construction examples to include examples of multiprecision.
...
[SVN r82687]
2013-02-02 16:31:57 +00:00
Paul A. Bristow
7ecf164aad
Very much draft temporary commit while we discover the cause of difference between platforms.
...
[SVN r82667]
2013-01-31 10:12:07 +00:00
Paul A. Bristow
dacdfc4bf6
INitial commit of Chris's bessel zero example - but with a simple integral order test added (and long warning).
...
[SVN r82639]
2013-01-27 18:04:33 +00:00
Marshall Clow
5015967f95
Removed missed usage of deprecated macros in Boost.Math
...
[SVN r81586]
2012-11-27 14:19:45 +00:00
Paul A. Bristow
1211184b20
Corrected mistake in pooled sd reported by n.g.davies, trac #7402
...
[SVN r80706]
2012-09-26 15:33:55 +00:00
Paul A. Bristow
777defb145
Added (correct) copyright and non-ASCII chars.
...
[SVN r79975]
2012-08-12 11:19:21 +00:00
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
John Maddock
2f1c05528c
Add licence.
...
[SVN r78110]
2012-04-21 10:29:44 +00:00
Benjamin Sobotta
24602c38de
Removed tabs and fixed the indentation to work with spaces only.
...
[SVN r77882]
2012-04-10 08:29:12 +00:00
John Maddock
b90fb1a37e
Fix compiler errors in example.
...
Fix test failures.
Fix owens_t code to use mpl-based dispatch to select correct implementation.
[SVN r77776]
2012-04-05 11:31:02 +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
Benjamin Sobotta
20f2eb342e
Added an alternate method to compute the mode, which needs careful review. Substituted all explicitly written constants for the boost counterparts. Also updated the driver file to compute the mode and fixed a minor bug.
...
[SVN r76806]
2012-01-31 11:24:54 +00:00
Paul A. Bristow
62807838ce
1st commit of skew_normal to boost sandbox, but failures in mode TODO.
...
[SVN r76718]
2012-01-27 17:08:55 +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