Commit Graph

  • 3a8f3197c6 new example Paul A. Bristow 2011-06-17 16:59:03 +0000
  • b0d4657704 removed warning suppress Paul A. Bristow 2011-06-17 16:57:07 +0000
  • 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. John Maddock 2011-06-05 16:56:17 +0000
  • 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. John Maddock 2011-05-27 17:24:08 +0000
  • ab99a9ee2b Merge updated Boost.Math from Trunk to Release. John Maddock 2011-05-17 12:19:17 +0000
  • ef7f0bb940 Remove unnecessary macros. John Maddock 2011-05-16 17:30:52 +0000
  • 74d540d59a Move 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
  • 06eb582db2 Update docs with new better indexes. John Maddock 2011-05-16 17:28:46 +0000
  • 0129f70e44 Rename to all lower case. John Maddock 2011-05-12 12:17:06 +0000
  • 2ad656bb1b Document e_float support. John Maddock 2011-05-12 12:12:30 +0000
  • 1f6642b388 Add initial version of e_float support. John Maddock 2011-05-02 18:21:28 +0000
  • 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. John Maddock 2011-05-02 15:36:51 +0000
  • d27407f320 Tentative fix for FreeBSD failure. John Maddock 2011-04-27 16:00:00 +0000
  • a6cea5c497 Complied with min/max requirements. Paul A. Bristow 2011-04-26 08:46:23 +0000
  • 99af0cdc27 signbit(static_cast<CharType>(-1e-6f)/std::numeric_limits<CharType>::max()) != 0 test used. Paul A. Bristow 2011-04-23 16:50:11 +0000
  • 7c841b12c3 Added #if (!defined __BORLANDC__ && !defined __CODEGEARC__) to avoid a signaling_NaN trap on these compilers. Paul A. Bristow 2011-04-23 14:27:50 +0000
  • 978bf2a3be Added test for signed zero. Paul A. Bristow 2011-04-23 14:19:32 +0000
  • c7931ae730 Added check that infinity supported. and ends with newline. Paul A. Bristow 2011-04-23 14:19:03 +0000
  • ae9f823f99 Added check that infinity supported. and ends with newline. Paul A. Bristow 2011-04-23 13:59:11 +0000
  • bee89c396c Added check that infinity supported. and ends with newline. Paul A. Bristow 2011-04-23 13:52:54 +0000
  • e9f171b697 Added check that infinity supported. and ends with newline. Paul A. Bristow 2011-04-23 13:51:28 +0000
  • d9c9b37cc9 Comments on checks. Paul A. Bristow 2011-04-23 13:42:39 +0000
  • 883c2a513c Added checks for has_infinity ... Paul A. Bristow 2011-04-23 13:37:13 +0000
  • ad9d9921a7 Corrected file locations for trunk and removed tabs). Paul A. Bristow 2011-04-23 13:30:10 +0000
  • 1982cb4a4c Fix remaining Intel regressions. Add prototypes to fwd header. Add new functions to the concept checks. John Maddock 2011-04-23 08:17:10 +0000
  • fb1f3a9bf6 Fix Intel/Linux regressions. John Maddock 2011-04-22 17:24:53 +0000
  • bf6409b329 Added example of concise imbue of cout and cin. Paul A. Bristow 2011-04-22 09:56:31 +0000
  • 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. John Maddock 2011-04-22 09:54:36 +0000
  • 7f1a45870a Change 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
  • 15c9b19ac1 Added more comments Paul A. Bristow 2011-04-21 17:53:58 +0000
  • 8b7ef22cc9 Added avoiding temp locales tip and better explanation of one# Paul A. Bristow 2011-04-21 17:53:12 +0000
  • 82659076c9 Refinements to examples to avoid temp locales Paul A. Bristow 2011-04-21 17:49:40 +0000
  • 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). John Maddock 2011-04-21 10:46:10 +0000
  • e537496a33 Rebuild after add fp_facets.html (and a few minor edits). Paul A. Bristow 2011-04-20 17:27:25 +0000
  • 633b83de7d Typo corrected Paul A. Bristow 2011-04-20 17:25:31 +0000
  • 48d766e48b Minor edits. Paul A. Bristow 2011-04-20 17:24:55 +0000
  • a62e2c7dcc Added to docs for fp_facets Paul A. Bristow 2011-04-20 17:05:40 +0000
  • fd4ae7ed8f Provided workaround for older compilers without max_digits10. Paul A. Bristow 2011-04-20 09:19:21 +0000
  • 1a9b4c6c36 Provided workaround for older compilers without max_digits10. Paul A. Bristow 2011-04-20 09:08:56 +0000
  • 72db3cd5cb Added std:: to numeric_limits in #ifdef BOOST_NO_NUMERIC_LIMITS_LOWEST branch. Paul A. Bristow 2011-04-20 08:55:52 +0000
  • 5cb894721b Added native_tag specialisation to try to cure failures on gcc. Paul A. Bristow 2011-04-20 08:49:02 +0000
  • caf05d27cd Added 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
  • 70adb63c87 Tabs removed, end newlines added, and max/min () to meet inspection report comments. Paul A. Bristow 2011-04-19 18:00:17 +0000
  • 957aac784a Tabs removed, end newlines added, and max/min () to meet inspection report comments. Paul A. Bristow 2011-04-19 17:59:46 +0000
  • e3e838da6c nonfinite facets Paul A. Bristow 2011-04-18 16:19:48 +0000
  • 1da961d8e7 Changesign addded. Paul A. Bristow 2011-04-18 16:19:26 +0000
  • 5c889b387e New tests for changesign and nofinite facets added. Pass locally on MSVC 10. Paul A. Bristow 2011-04-18 16:18:08 +0000
  • df5809ef5f Johan Rade tests for nonfinites. Paul A. Bristow 2011-04-18 16:12:14 +0000
  • cec402f9b6 More nonfinite tests Paul A. Bristow 2011-04-15 17:52:54 +0000
  • c4c88318e7 Johan Rade tests for nonfinites. Paul A. Bristow 2011-04-15 17:30:20 +0000
  • 21441c69df Helper files for nonfinite tests. Paul A. Bristow 2011-04-15 17:29:26 +0000
  • 2f9fd34c5a Change in revision date Paul A. Bristow 2011-04-15 17:07:59 +0000
  • d64c15ce24 nonfinite examples two serialization examples now to link OK). Paul A. Bristow 2011-04-15 15:10:39 +0000
  • 40ab64c0ea Added changesign Paul A. Bristow 2011-04-15 14:58:43 +0000
  • ce3c4d20c7 Added new nonfinite facets examples. Paul A. Bristow 2011-04-15 14:42:50 +0000
  • 7c3d6c454c rebuild after adding nonfinite facets section and other consequent changes for 1.47. Paul A. Bristow 2011-04-15 14:41:02 +0000
  • cce808c605 Added nonfinite facets section. Paul A. Bristow 2011-04-15 14:38:03 +0000
  • 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) Paul A. Bristow 2011-04-15 14:20:42 +0000
  • 3fd41c3a6e Added Johan Rade's fp_inspect utility program. Paul A. Bristow 2011-04-15 14:00:50 +0000
  • 81b00c9db6 Update for new items in 1.47 mainly nonfinite facets. Paul A. Bristow 2011-04-15 13:59:18 +0000
  • b72c966e57 Added changesign for nonfinite facets. Paul A. Bristow 2011-04-15 13:58:38 +0000
  • 756574380b New section on nonfinite_facets Paul A. Bristow 2011-04-15 13:57:23 +0000
  • a97c3ae2d9 Added note about fp_inspect by Johan Rade. Paul A. Bristow 2011-04-15 13:54:58 +0000
  • 6b35bbddae Added reference for nearest representable Paul A. Bristow 2011-04-15 13:54:05 +0000
  • ab110d6d4a Added FAQ for nonfinite IO Paul A. Bristow 2011-04-15 13:53:29 +0000
  • 887827b154 Added credits for nonfinite facets. Paul A. Bristow 2011-04-15 13:52:44 +0000
  • e379afb51a First nonfinite example nonfinite_signaling_NaN.cpp. Paul A. Bristow 2011-04-15 13:37:21 +0000
  • c2faf71f7d Fix value returned for atanh(1). Fixes #5385. John Maddock 2011-03-29 11:17:58 +0000
  • bac00ef969 Cast 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
  • 4b3cdb252d Don't include fenv.h when BOOST_NO_FENV_H is set. Fixes #5356. John Maddock 2011-03-22 18:14:00 +0000
  • e571aa93dc Fix a couple of paths in the maths docs. Daniel James 2011-03-19 00:32:14 +0000
  • ade7de09ce Merge minor bug fixes from Trunk for 1.46.1 release. John Maddock 2011-03-06 17:19:34 +0000
  • 490499415a Correct version number for last set of fixes, regenerate docs. John Maddock 2011-03-06 17:15:58 +0000
  • 5ba171ee12 Fix PDF build from within boost-root/doc/pdf. John Maddock 2011-03-03 11:23:57 +0000
  • a30388b57a Fix PDF build from within boost-root/doc/pdf John Maddock 2011-03-03 11:22:48 +0000
  • 13bd3e54cc MSVC warning suppression. John Maddock 2011-03-03 11:09:23 +0000
  • 331db8622d Fix typo in inverse_gausian.qbk. Fixes #5254. John Maddock 2011-03-03 11:04:25 +0000
  • 386dc2ee93 Add Kolmogorov distro to TODO list and regenerate docs. John Maddock 2011-02-07 13:29:39 +0000
  • 5b6c4bfeb6 Change 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
  • 91471146f1 Fix acosh bug, and update tests and docs accordingly. Fixes #5113. John Maddock 2011-01-24 19:04:24 +0000
  • 868a3461e1 Merge fix for issue 5095. Refs #5095. John Maddock 2011-01-22 17:31:29 +0000
  • fb50b7d18f Added note about fixed bug. Refs #5095. John Maddock 2011-01-21 12:03:47 +0000
  • 9744b02e98 Add 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
  • 9635919e54 Fix for IMB C++ on Linux. Fixes #5090. John Maddock 2011-01-19 15:05:18 +0000
  • 3c169bafbe Add needed PDF build property. John Maddock 2011-01-19 12:57:00 +0000
  • 9c310af15e Get the PDF file name correct. John Maddock 2011-01-19 12:18:35 +0000
  • 3524499fc0 Revert [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
  • a52fce70a8 Reverting some accident changes to a few jamfiles from my last commit. Bryce Adelstein-Lelbach 2011-01-14 02:51:17 +0000
  • 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. Bryce Adelstein-Lelbach 2011-01-14 02:35:58 +0000
  • 35a23d5fae Added NIST DLMF reference (untested) Paul A. Bristow 2011-01-11 16:38:53 +0000
  • 789bc5092c Merge changes from Trunk since 1.44. John Maddock 2011-01-08 17:33:06 +0000
  • 6169ac4a20 Rename to all lower case: fixes issues on case sensitive file systems. John Maddock 2011-01-07 18:36:11 +0000
  • b359130939 Rename to all lower case: fixes issues on case sensitive file systems. John Maddock 2011-01-07 18:33:15 +0000
  • 5b4f192716 Fix inspection report issues. John Maddock 2011-01-06 16:55:48 +0000
  • 19fedcf565 Rename to all lower case: fixes issues on case sensitive file systems. John Maddock 2011-01-06 16:41:44 +0000
  • b1d2747e8b Rename to all lower case: fixes issues on case sensitive file systems. John Maddock 2011-01-06 16:31:50 +0000
  • d47256676f Support for PathScale EKOPath Compiler Suite, version 4.0.0. Bryce Adelstein-Lelbach 2011-01-06 02:38:20 +0000
  • 6a87811f49 Change PDF URL to SF download page. Add optional index generation. John Maddock 2011-01-01 17:16:10 +0000
  • 0ad713690d Fix 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
  • 2ebf2fca9e Fix typos in code examples for legendre polynomials and regenerate docs. John Maddock 2010-12-22 10:22:56 +0000