Commit Graph

5028 Commits

Author SHA1 Message Date
John Maddock
07e7524d42 signbit can return either zero or not, rather than true/false.
[SVN r52248]
2009-04-08 11:31:17 +00:00
John Maddock
97049ddaa7 Fix use of C99 macro names.
[SVN r51951]
2009-03-24 10:05:46 +00:00
John Maddock
9c124ea11c Fix bug in cyl_bessel_i that hits when v=0.5 and x is small.
Fix return type of signbit to match C99 std.
Update and regenerate docs.
Fixes #2877.

[SVN r51890]
2009-03-21 18:44:20 +00:00
John Maddock
34641e4534 Fixes #2873: Change doc source to point to the correct #include for the beta function and regenerate the docs.
[SVN r51879]
2009-03-21 09:47:48 +00:00
John Maddock
a935d5e1cd Updated the sign functions to use Johan Rade's fp-utilities code.
Added tests for the sign functions.
Added docs for the sign functions and moved some sections around.

[SVN r51793]
2009-03-16 13:25:22 +00:00
John Maddock
e38209bdc0 Add instrumentation code and some FPU control options.
[SVN r51755]
2009-03-13 17:56:28 +00:00
John Maddock
f6a4cbad2e Misc. small platform specific fixes and expected error rate adjustments.
[SVN r51648]
2009-03-08 10:39:29 +00:00
John Maddock
37fc4f32c3 Add some missing #includes and adjust expected error rates.
[SVN r51611]
2009-03-04 18:25:24 +00:00
John Maddock
c5fb9b3bfb Fix for no long double support.
[SVN r51579]
2009-03-03 18:19:01 +00:00
John Maddock
f10e098a4f Adjust fudge-factors yet again.
[SVN r51578]
2009-03-03 18:18:17 +00:00
John Maddock
2246b77395 Change tests to link to external Boost.Test library as this speeds build times by several factors when building with Intel C++.
Change fpclassify to use our code rather than std::fpclassify with Intel C++ as it doesn't always compile the latter.

[SVN r51576]
2009-03-03 17:16:56 +00:00
John Maddock
f0955f098e We need to import the pch rule.
[SVN r51502]
2009-03-01 12:20:21 +00:00
John Maddock
cf84efb70b Adjust fudge factor upwards to try and fix some of the current regression test failures.
Add option to disable use of std::fpclassify.

[SVN r51501]
2009-03-01 12:19:04 +00:00
Vladimir Prus
d45b5ffc20 Import PCH module
[SVN r51494]
2009-03-01 05:57:10 +00:00
John Maddock
fef466be54 remove spurious euro sign in comment.
[SVN r51474]
2009-02-27 17:06:21 +00:00
John Maddock
d83d2a7097 Change Jamfiles to use central SVG images and delete the local copy.
[SVN r51460]
2009-02-26 18:13:20 +00:00
John Maddock
388e5eeeac Set last merged revision and regenerate the docs.
[SVN r51459]
2009-02-26 18:05:16 +00:00
John Maddock
323a108149 Merges changes from Sandbox version:
MPFR Support.
New distributions: laplace, logistic and hypergeometric.
Added PCH support to the Jamfiles for faster build times.
Added C# usage example.
Updated and regenerated docs.
Also fixes #2799 and updates the tests to catch this failure in future.

[SVN r51455]
2009-02-26 17:34:52 +00:00
John Maddock
f2e28cb286 Merge PDF build changes from Trunk.
[SVN r51417]
2009-02-23 18:39:32 +00:00
John Maddock
f7dfc0449a Add PDF generation options to fix external links to point to the web site.
Added a few more Boostbook based libs that were missed first time around.
Fixed PDF naming issues.

[SVN r51284]
2009-02-17 10:05:58 +00:00
Paul A. Bristow
1e876f9f76 Warnings disabled.
[SVN r51140]
2009-02-09 15:29:57 +00:00
Paul A. Bristow
cc7e9904cb Added reference to Wolfram in comments.
[SVN r51137]
2009-02-09 14:51:25 +00:00
John Maddock
5fad227b2a Fix bug in bessel_jn for n == -1.
Add new test case.
Checked that the other Bessel functions do not have the same issue.
Checked that real-valued -1 argument is fixed OK as well as integer argument.
Fixes #2733.

[SVN r51059]
2009-02-06 17:26:30 +00:00
John Maddock
9d010a98b0 Update TODO list and revision history.
[SVN r50965]
2009-02-02 11:54:18 +00:00
John Maddock
34049f0624 Fix unused parameter warnings.
[SVN r50940]
2009-02-01 10:16:20 +00:00
John Maddock
405d032c68 Fix up PDF generation options.
[SVN r50910]
2009-01-30 18:20:49 +00:00
John Maddock
831a4ce794 Added updated linux test results.
[SVN r50908]
2009-01-30 17:26:05 +00:00
John Maddock
e4b6baf83f Fix Thijs' name
[SVN r50897]
2009-01-30 11:13:36 +00:00
John Maddock
840bbe720f Improve performance of non-central distributions and the logistic quantile.
Updated performance results.
Fixed a few bugs in performance testing code.
Added short-cut macros for new distributions in math.qbk.

[SVN r50896]
2009-01-30 11:00:12 +00:00
John Maddock
e595c6b837 Fix min/max usage.
[SVN r50895]
2009-01-30 10:48:17 +00:00
John Maddock
86747d34e5 Fix min/max usage.
[SVN r50894]
2009-01-30 10:47:33 +00:00
Paul A. Bristow
792beb6892 Made overview heading into sub-sections and added more to Why complements tip.
[SVN r50855]
2009-01-28 17:01:52 +00:00
Paul A. Bristow
8cd5a89323 Added Thijs to author for Laplace distribution.
[SVN r50854]
2009-01-28 17:00:49 +00:00
Paul A. Bristow
ba3dbbad47 Added Thijs to credits for Laplace distribution.
[SVN r50853]
2009-01-28 16:21:24 +00:00
Paul A. Bristow
32cf3e00a8 Corrected pareto graphs.
[SVN r50852]
2009-01-28 16:19:21 +00:00
Paul A. Bristow
3232767239 Corrected pareto graphs legend.
[SVN r50851]
2009-01-28 16:18:42 +00:00
Paul A. Bristow
a3169dfee1 Corrected graphs legend and title, and removed misleading accuracy info.
[SVN r50850]
2009-01-28 16:17:52 +00:00
Troy D. Straszheim
2b4b5feced merge of cmake build files from trunk per beman
[SVN r50756]
2009-01-24 18:57:20 +00:00
Paul A. Bristow
42975be96b Converted from laplace_pdf.svg using Inkscape defaults.
[SVN r50745]
2009-01-23 11:24:44 +00:00
Paul A. Bristow
d720a93b1e Converted from laplace_pdf.svg using Inkscape defaults.
[SVN r50744]
2009-01-23 11:23:57 +00:00
Paul A. Bristow
4189afad8e Tiny typos.
[SVN r50743]
2009-01-23 11:21:03 +00:00
Paul A. Bristow
8eb5062fa7 Several changes to use greek mu and sigma in table. TODO removed.
[SVN r50742]
2009-01-23 11:11:51 +00:00
Paul A. Bristow
0b8d45eb88 New copyright date.
[SVN r50738]
2009-01-23 09:46:27 +00:00
Paul A. Bristow
2c29694e6b Warning suppression
[SVN r50725]
2009-01-22 11:27:34 +00:00
John Maddock
0901fbb44b Fix remaining quantile tests with the hypergeometric.
[SVN r50723]
2009-01-22 10:01:54 +00:00
Paul A. Bristow
b45c54f8c9 Warning suppression
[SVN r50721]
2009-01-22 09:48:57 +00:00
Paul A. Bristow
89afe2f72a Warning suppression
[SVN r50720]
2009-01-22 09:48:27 +00:00
John Maddock
160379d147 Fixes #2668.
[SVN r50698]
2009-01-21 09:39:50 +00:00
John Maddock
77b98a0141 Fixes #2668.
[SVN r50697]
2009-01-21 09:39:07 +00:00
John Maddock
20052dcfa0 Fix some compiler issues, and mostly get the quantiles working better (round-to-nearest now works).
[SVN r50686]
2009-01-20 16:58:52 +00:00