Commit Graph

5028 Commits

Author SHA1 Message Date
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
John Maddock
4cf83544cd Add 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.

[SVN r72415]
2011-06-05 16:56:17 +00:00
John Maddock
3b71dc32eb Update 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.

[SVN r72221]
2011-05-27 17:24:08 +00:00
John Maddock
ab99a9ee2b Merge updated Boost.Math from Trunk to Release.
[SVN r72019]
2011-05-17 12:19:17 +00:00
John Maddock
ef7f0bb940 Remove unnecessary macros.
[SVN r71989]
2011-05-16 17:30:52 +00:00
John Maddock
74d540d59a Move TR1 C-compatible macros to separate file so they don't get indexed by the docs.
[SVN r71988]
2011-05-16 17:28:48 +00:00
John Maddock
06eb582db2 Update docs with new better indexes.
[SVN r71987]
2011-05-16 17:28:46 +00:00
John Maddock
0129f70e44 Rename to all lower case.
[SVN r71887]
2011-05-12 12:17:06 +00:00
John Maddock
2ad656bb1b Document e_float support.
[SVN r71886]
2011-05-12 12:12:30 +00:00
John Maddock
1f6642b388 Add initial version of e_float support.
[SVN r71674]
2011-05-02 18:21:28 +00:00
John Maddock
a5239fa567 Suppress 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.

[SVN r71672]
2011-05-02 15:36:51 +00:00
John Maddock
d27407f320 Tentative fix for FreeBSD failure.
[SVN r71534]
2011-04-27 16:00:00 +00:00
Paul A. Bristow
a6cea5c497 Complied with min/max requirements.
[SVN r71497]
2011-04-26 08:46:23 +00:00
Paul A. Bristow
99af0cdc27 signbit(static_cast<CharType>(-1e-6f)/std::numeric_limits<CharType>::max())
!= 0
 test used.

[SVN r71444]
2011-04-23 16:50:11 +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
978bf2a3be Added test for signed zero.
[SVN r71442]
2011-04-23 14:19:32 +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
d9c9b37cc9 Comments on checks.
[SVN r71436]
2011-04-23 13:42:39 +00:00
Paul A. Bristow
883c2a513c Added checks for has_infinity ...
[SVN r71435]
2011-04-23 13:37:13 +00:00
Paul A. Bristow
ad9d9921a7 Corrected file locations for trunk and removed tabs).
[SVN r71434]
2011-04-23 13:30:10 +00:00
John Maddock
1982cb4a4c Fix remaining Intel regressions.
Add prototypes to fwd header.
Add new functions to the concept checks.

[SVN r71432]
2011-04-23 08:17:10 +00:00
John Maddock
fb1f3a9bf6 Fix Intel/Linux regressions.
[SVN r71420]
2011-04-22 17:24:53 +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
John Maddock
52fac87f09 Added admonishment to signbit docs and regenerates docs.
Fixed test case involving bad assumption about the return value of signbit.
Fixed GCC compiler warnings.

[SVN r71414]
2011-04-22 09:54:36 +00:00
John Maddock
7f1a45870a Change fp_traits to handle sign manipulation separately from fp-classification.
Fixes some Linux/GCC regressions but not yet all.

[SVN r71405]
2011-04-21 18:11:37 +00:00
Paul A. Bristow
15c9b19ac1 Added more comments
[SVN r71404]
2011-04-21 17:53:58 +00:00
Paul A. Bristow
8b7ef22cc9 Added avoiding temp locales tip and better explanation of one#
[SVN r71403]
2011-04-21 17:53:12 +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
e537496a33 Rebuild after add fp_facets.html (and a few minor edits).
[SVN r71398]
2011-04-20 17:27:25 +00:00
Paul A. Bristow
633b83de7d Typo corrected
[SVN r71397]
2011-04-20 17:25:31 +00:00
Paul A. Bristow
48d766e48b Minor edits.
[SVN r71396]
2011-04-20 17:24:55 +00:00
Paul A. Bristow
a62e2c7dcc Added to docs for fp_facets
[SVN r71395]
2011-04-20 17:05:40 +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
5cb894721b Added native_tag specialisation to try to cure failures on gcc.
[SVN r71389]
2011-04-20 08:49:02 +00:00
Paul A. Bristow
caf05d27cd Added boost::math::detail::changesign_impl(x, method()); to try to get to work with gcc.
[SVN r71381]
2011-04-19 18:04:58 +00:00
Paul A. Bristow
70adb63c87 Tabs removed, end newlines added, and max/min () to meet inspection report comments.
[SVN r71380]
2011-04-19 18:00:17 +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
e3e838da6c nonfinite facets
[SVN r71371]
2011-04-18 16:19:48 +00:00
Paul A. Bristow
1da961d8e7 Changesign addded.
[SVN r71370]
2011-04-18 16:19:26 +00:00
Paul A. Bristow
5c889b387e New tests for changesign and nofinite facets added. Pass locally on MSVC 10.
[SVN r71369]
2011-04-18 16:18:08 +00:00
Paul A. Bristow
df5809ef5f Johan Rade tests for nonfinites.
[SVN r71368]
2011-04-18 16:12:14 +00:00
Paul A. Bristow
cec402f9b6 More nonfinite tests
[SVN r71296]
2011-04-15 17:52:54 +00:00
Paul A. Bristow
c4c88318e7 Johan Rade tests for nonfinites.
[SVN r71295]
2011-04-15 17:30:20 +00:00