098513f585Added workaround for Sunpro not compiling the traits classes. Added workaround for platforms where numeric_limits<>::denorm_min() does not return a denorm! Updated Solaris error rates.
John Maddock
2007-11-03 18:32:54 +0000
6865851961Try again to fix Darwin failure: the wrong error limit is currently being found.
John Maddock
2007-11-03 12:43:41 +0000
25a040f5c2Hopefully, take care of the remaining Tru64 failures: adjust >= test to > in some of the tests, and fix one expected error level for the incomplete beta function.
John Maddock
2007-11-03 12:36:55 +0000
4dad82d26aAdded needed #include and using declaration.
John Maddock
2007-11-02 18:26:47 +0000
b2ac0a2925Fixes for Mac OS X on PowerPC Darwin.
John Maddock
2007-11-02 13:02:41 +0000
d112d855f2Some minor tweaks to support Sun's compiler on Linux.
John Maddock
2007-11-02 08:59:24 +0000
2426ea735dStill more tweaks to try and figure out why this fails on Tru64.
John Maddock
2007-11-01 10:17:49 +0000
20ba1ae426Try and get better error messages to debug Tru64 failures.
John Maddock
2007-10-31 12:43:10 +0000
b7decbd587split test_policy into 2 to reduce compile times. Added expected error rates for Mac OS X on Intel.
John Maddock
2007-10-28 11:07:14 +0000
163ea7eaa6Set expected error limits for HP Tru64. Prevent very extreme-value round-trip tests from being run.
John Maddock
2007-10-27 11:32:30 +0000
e875aee99aChanged concept code so there are no null-references any more (the code breaks on EDG based compilers otherwise).
John Maddock
2007-10-27 11:27:19 +0000
909bd2b39fTry and work around a Tru64 overload resolution bug.
John Maddock
2007-10-26 18:12:28 +0000
f731fd35d0Removed obselete reference to parameter arity. Previous deletion caused lots of errors. Hope this is now OK.
Paul A. Bristow
2007-10-24 08:56:38 +0000
1d90f73246Fix HPUX error levels: reordered expected failure rates so that they still work when largest_real == double.
John Maddock
2007-10-24 08:49:06 +0000
8cf0e97cb7Removed obselete reference to parameter arity
Paul A. Bristow
2007-10-23 18:54:39 +0000
54ce0c0959Fix for negative guesses.
John Maddock
2007-10-23 18:41:17 +0000
a35f87c6eaRemoved redundant #define.
John Maddock
2007-10-23 13:10:32 +0000
f54e683f16fix typo in rev. 40321
Boris Gubenko
2007-10-23 03:44:33 +0000
352d2bab85Use __hppa to detect HP-UX on PA-RISC.
John Maddock
2007-10-21 16:02:34 +0000
024e37a985Fixed some links and merged changes in the Sandbox to here.
John Maddock
2007-10-18 18:17:15 +0000
722a2d848dMerged changes in Trunk.
John Maddock
2007-10-18 18:05:13 +0000
82eb0636b9Workaround for real_concept when there are no long double math functions. Added HP-UX on PA RISC to list of platforms with no long double overloads. Added macro expansion suppression code to declarations of sign and to it's usages (an AIX fix).
John Maddock
2007-10-18 15:37:01 +0000
5aaa44f901Disable FOP1 extensions so we can build with xep extensions instead.
John Maddock
2007-10-17 12:58:55 +0000
3313f991c0Fixes for the Sun-5.9 compiler: don't try and encode constants smaller than LDBL_MIN, the compiler chokes on it. Fixes for STLport: long double stream operators are broken (streaming in appears not to work at all, streaming out can segfault if the value is too small).
John Maddock
2007-10-16 15:41:57 +0000
4ba0027365Fixed lots of "inspect" issues: bad hyperlinks, tabs in source and missing licenses. Tweaked some error levels again.
John Maddock
2007-10-16 09:32:28 +0000
6d989d0a4aSpelling correction
Paul A. Bristow
2007-10-15 16:02:27 +0000
7d7a419659Note on pdf updated, and info on graphs added.
Paul A. Bristow
2007-10-15 16:02:00 +0000
135081f081Renamed two over-long files simplified test_compile_result.hpp so hopefully Sunpro can cope with it. Modified Jamfile to static link to regex lib on Sun. Adjusted Solaris expected error levels.
John Maddock
2007-10-14 12:54:49 +0000
c7b752dd9dDisabled draft mode in PDF's.
John Maddock
2007-10-13 17:53:16 +0000
3f036993c9Fixed image path in complex number docs. Suppressed draft mode in PDF generation (stops the FO renderer from grabbing draft.png from sourceforge).
John Maddock
2007-10-13 16:40:36 +0000
b6aa138a79Fixed most of the remaining Borland issues, and removed dependency to Boost.Lambda. Added tentative fix for the Sunpro compilers.
John Maddock
2007-10-13 16:23:18 +0000
f51e500eeaLots of Borland specific patches: quite a few of the special-function tests do now do actually pass.
John Maddock
2007-10-12 10:01:36 +0000
8e942d0324Fixed some typos, and rebuilt docs.
John Maddock
2007-10-11 15:59:48 +0000
55fd96f11cRedirect to new index.
John Maddock
2007-10-11 11:51:19 +0000
a871b7745fAdded Boost.Math overview.
John Maddock
2007-10-11 11:47:11 +0000
4ff4d36e5cUpdated font configuration info. Fixed paths in Jamfile.
John Maddock
2007-10-11 10:45:09 +0000
7982811ce5Fix paths.
John Maddock
2007-10-11 09:21:53 +0000
aebe417ed0Workaround for msvc+stlport.
John Maddock
2007-10-10 19:12:46 +0000
cd2c5d45b3corrected sf_and_dist missing sub-folder in link
Paul A. Bristow
2007-10-10 18:03:06 +0000
d4c1bb24c7Added Compaq CXX long long workaround to real_concept.hpp. Added missing forward declaration to ellint_1.hpp. Adjusted native log1p support for aCC. Removed bad forward declaration of fpclassify: correct declaration appears later in the file. Adjusted compile_test/test_compile_result.hpp to not return a NULL reference. Adjusted permitted error-limits for new platforms. Split some of the tests into smaller units so we don't get compiler timeouts when building (hopefully!)
John Maddock
2007-10-10 16:05:26 +0000
f23b26b6edAdded SVG versions of images.
John Maddock
2007-10-10 12:36:31 +0000
8342ec648eTentative Sunpro workaround.
John Maddock
2007-10-10 09:31:44 +0000
3cb6098751Adjusted limits for Win64 and Sun OS.
John Maddock
2007-10-10 09:28:48 +0000
991567fe80More Borland workarounds.
John Maddock
2007-10-09 18:12:06 +0000
fbef4e1906More Borland workarounds.
John Maddock
2007-10-09 18:11:17 +0000
3cc4cca7fcAdded refactored docs for existing Boost.Math libraries.
John Maddock
2007-10-09 17:25:30 +0000
ef674aec54Added refactored docs for existing Boost.Math libraries.
John Maddock
2007-10-09 17:17:50 +0000
b861eac037Added refactored docs for existing Boost.Math libraries.
John Maddock
2007-10-09 17:16:58 +0000
1c2234f016A few fixes to keep Borland happy.
John Maddock
2007-10-09 14:49:37 +0000
2983887486Changed call signatures to keep Borland happy.
John Maddock
2007-10-09 14:49:04 +0000
f154f8bf6fDisabled long double support on some platforms.
John Maddock
2007-10-09 12:26:27 +0000
487c9f69aeAdded HTML docs, changed some section names to shorten the file names produced.
John Maddock
2007-10-09 11:30:19 +0000
8dc2b5673fFix problem with GCC on Linux not finding std_real_concept overload for fmod.
John Maddock
2007-10-09 11:15:11 +0000
288f3a8d86Initial commit of math-toolkit docs.
John Maddock
2007-10-08 18:03:19 +0000
772c8ae7caInitial math-toolkit commit. Includes all code and tests, but no docs yet.
John Maddock
2007-10-08 16:58:15 +0000
b5b2e163a3Moved docs into a sub-directory in preparation for move to mainline SVN.
John Maddock
2007-10-08 16:49:39 +0000
b75cb143e1Two typos
Paul A. Bristow
2007-10-08 13:34:55 +0000
67665aa61eupdates for policies
Paul A. Bristow
2007-10-08 13:07:12 +0000
84dc707e2aMisc fixes for minimal Borland support.
John Maddock
2007-10-08 09:46:32 +0000
3e62ef28f0Fix Borland infinite looping issue.
John Maddock
2007-10-06 11:12:33 +0000
a0f0be1c54Update Jamfiles to make PDF generation easier.
John Maddock
2007-10-05 17:49:12 +0000
8e727140a4Disable some Intel warnings.
John Maddock
2007-10-05 17:04:58 +0000
e28bb49bb2Added better description of navigation keys. Added contact info.
John Maddock
2007-10-05 17:03:53 +0000
141dc671b6Starting point for releases
Beman Dawes
2007-10-05 14:25:06 +0000
7b5f96e865Added better pdf generation support.
John Maddock
2007-10-05 09:57:34 +0000
3a02a8b625Fix #include case. Add some needed forward declarations.
John Maddock
2007-10-05 09:56:06 +0000
899f4fbfd1Added some more descriptive information to error messages.
John Maddock
2007-10-03 09:32:35 +0000
cb7328e706Adjusted formatting.
John Maddock
2007-10-03 09:11:42 +0000
aec354d968Added tip for MSVC preprocessor defines
Paul A. Bristow
2007-10-02 17:38:24 +0000
cabc722e56Cosmetic tidy
Paul A. Bristow
2007-10-02 17:12:33 +0000
1c5fffdd28Added workaround for apparently broken std::fmod(long double,long double) on Darwin. Added more tracing macros to try and track down remaining Darwin issues.
John Maddock
2007-10-02 09:30:41 +0000
01604e79d3Added some more trace messages.
John Maddock
2007-10-01 10:24:11 +0000
5d4d94b512Surpressed unreachable code warning.
Paul A. Bristow
2007-10-01 10:05:21 +0000
164bbbf473Updated debug-tracing macros. Fixed epsilon so it works on MacOS with a 106-bit long double now.
John Maddock
2007-09-29 09:40:16 +0000
74157405ffFixed last TODO, and updated PDF.
John Maddock
2007-09-27 18:02:18 +0000
65fc593bc4Typo provides
Paul A. Bristow
2007-09-27 17:33:40 +0000
42f349e5f0Cosmetic - changed bolding a tiny bit.
Paul A. Bristow
2007-09-27 17:28:15 +0000
dee553aa83added isbn
Paul A. Bristow
2007-09-27 17:19:28 +0000
6e841a0da2Fix comment in students_t_two_samples.cpp. Fix buggy reasoning in students_t_examples.qbk
John Maddock
2007-09-27 17:02:27 +0000
7fbee38900Correction of heading evaluation error
Paul A. Bristow
2007-09-27 11:53:31 +0000
ed9be1b39dBig update to get all the equations in SVG format, and embedded in the PDF.
John Maddock
2007-09-27 10:40:55 +0000
4236c23b92Fixed lgamma equations, added mml equations for the Hubert Holin's old docs.
John Maddock
2007-09-27 09:30:51 +0000
74b6544804Converted Tex files to MathML and SVG formats.
John Maddock
2007-09-26 18:24:20 +0000
472beb4974Added mml and svg versions of most of the equations.
John Maddock
2007-09-26 12:24:35 +0000
a54ef9268dChanged to use character escapes rather than MathML entities. Also made sure that all the files are readable by the latest Mathcast release, and by SVGMath, and are valid XML.
John Maddock
2007-09-26 09:36:07 +0000
5c4d88975fChanged to use character escapes rather than MathML entities. Also made sure that all the files are readable by the latest Mathcast release, and by SVGMath, and are valid XML.
John Maddock
2007-09-26 09:34:26 +0000
98665f8b9fChanged to use character escapes rather than MathML entities. Also made sure that all the files are readable by the latest Mathcast release, and by SVGMath, and are valid XML.
John Maddock
2007-09-26 09:34:01 +0000
f7144e9ce3Changed to use character escapes rather than MathML entities. Also made sure that all the files are readable by the latest Mathcast release, and by SVGMath, and are valid XML.
John Maddock
2007-09-26 09:33:03 +0000
99b147eee1Changed to use character escapes rather than MathML entities. Also made sure that all the files are readable by the latest Mathcast release, and by SVGMath, and are valid XML.
John Maddock
2007-09-26 09:32:40 +0000
373e1d49b9Changed to use character escapes rather than MathML entities. Also made sure that all the files are readable by the latest Mathcast release, and by SVGMath, and are valid XML.
John Maddock
2007-09-26 09:32:06 +0000
d2794fa028Fix overflowing tables.
John Maddock
2007-09-24 10:30:25 +0000
dac5cb1648Changed "Roadmap" into a "What's New", and added to introduction.
John Maddock
2007-09-24 10:12:19 +0000
a490a5c1f5Added to hold pdf
Paul A. Bristow
2007-09-23 17:37:47 +0000
0fc162c153Even better text for Ci for obs.
Paul A. Bristow
2007-09-23 17:30:00 +0000
d262d6d4c3added code to make a list of CI for an alpha for a range of numbers of observations.
Paul A. Bristow
2007-09-23 17:29:17 +0000
80354ab802Added some more folks.
John Maddock
2007-09-23 16:31:53 +0000
4fc2a23a47Added paragraph on confidence interval versus observations
Paul A. Bristow
2007-09-22 20:19:45 +0000
640e518358More typos and other minor fixes.
John Maddock
2007-09-22 17:06:41 +0000
700ea50732Fixes for VC-7.1.
John Maddock
2007-09-22 17:00:29 +0000