2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-27 17:12:22 +00:00
Commit Graph

1524 Commits

Author SHA1 Message Date
John Maddock
ea35733550 Add tgamma1pm1 speed test.
Suppress some more gcc warnings: in particular make sure that our C99 functions have the same throw specification as the functions in math.h.

[SVN r59129]
2010-01-18 17:07:03 +00:00
John Maddock
1a5044497d Change cbrt implementation to use a better performing algorithm.
Fix a few warnings along the way.

[SVN r59095]
2010-01-17 17:28:34 +00:00
John Maddock
a549a4b6d5 Copy over some of the project options from the test Jamfile.
[SVN r58911]
2010-01-11 18:29:36 +00:00
John Maddock
dccd472e40 Simplify code a little, and add diagnostic printout.
[SVN r58888]
2010-01-11 10:46:23 +00:00
John Maddock
1b120ce1eb Add new test, to verify that the the std lib's long double support is OK.
[SVN r58886]
2010-01-11 10:04:43 +00:00
John Maddock
7ad501579e Fix previous commit - it contained some inadvertent changes.
[SVN r58861]
2010-01-10 10:21:08 +00:00
John Maddock
81438d45de Only add the -nologo option for Intel-on-windows compilers.
[SVN r58860]
2010-01-10 10:17:07 +00:00
John Maddock
7d3efcec6b Update author list.
[SVN r57723]
2009-11-17 12:55:36 +00:00
John Maddock
488701a7e3 Suppress unused parameter warning.
[SVN r57509]
2009-11-09 12:26:02 +00:00
John Maddock
75f47f2cad remove surplus const-qualifiers.
[SVN r57354]
2009-11-04 12:15:05 +00:00
John Maddock
ba698c2297 Improve ibeta error handling, update and regenerate docs. Update tests.
Fixes #3533.

[SVN r57045]
2009-10-21 15:53:28 +00:00
John Maddock
cc52a19fb4 Improve ibeta error handling, and add new tests.
[SVN r57040]
2009-10-21 12:27:38 +00:00
Troy D. Straszheim
124cd3b8a8 rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
[SVN r56942]
2009-10-17 02:07:38 +00:00
John Maddock
0ec10d3fee Updated Linux performance results.
[SVN r56909]
2009-10-16 09:57:42 +00:00
John Maddock
de84bde986 Make the code gcc compatible.
[SVN r56865]
2009-10-15 12:46:19 +00:00
John Maddock
d2cf9ac6ac Added release notes.
[SVN r56827]
2009-10-14 14:27:31 +00:00
John Maddock
ebc86f03d8 Update performance test results.
Adjust msvc performance tuning.

[SVN r56818]
2009-10-14 12:04:07 +00:00
John Maddock
21cd5f0d9f Update workarounds for Sun's latest compiler release.
[SVN r56711]
2009-10-11 12:20:21 +00:00
John Maddock
581f74e09b Fix duplicate definitions when BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS is defined.
[SVN r56679]
2009-10-09 16:52:27 +00:00
John Maddock
72e1073865 rebuild docs.
[SVN r56671]
2009-10-09 12:51:01 +00:00
John Maddock
36873d38d2 Set last merge revision.
[SVN r56669]
2009-10-09 12:44:43 +00:00
John Maddock
5199267448 Merge changes from Sandbox.
Update series and continued fraction docs.

[SVN r56668]
2009-10-09 12:43:29 +00:00
K. Noel Belcourt
fe4001165c Add PGI macro to get proper alignment.
[SVN r56653]
2009-10-08 17:52:10 +00:00
John Maddock
799b88be52 Change iteration limits to use get_epsilon().
[SVN r56650]
2009-10-08 16:03:25 +00:00
John Maddock
c1a25c4a25 Added more performance tests along with comparisons to the DCDFLIB.
[SVN r56647]
2009-10-08 09:54:54 +00:00
John Maddock
2e07572faf Add a check on iterations when Halley iterating.
Correct igamma inverse initial calculations, and adjust digits needed for convergence.
Fix erf calculation limits.
Adjust non-convergence behaviour in Halley iteration.
For issue #3408.

[SVN r56598]
2009-10-05 17:36:56 +00:00
John Maddock
71940bec79 Another round of performance tweaks for issue #3408.
These should make our igamma implementation comparable in performance to the dcdflib FORTRAN routine - at least as far as MSVC is concerned.

[SVN r56503]
2009-10-01 16:03:42 +00:00
John Maddock
8418e9d68e A few more minor performance tweaks for issue #3407.
[SVN r56455]
2009-09-28 17:06:39 +00:00
John Maddock
056d083a2f Changes relating to issue #3408.
Add hooks for the dcdflib to the incomplete gamma tests.
Add hooks for the dcdflib to the igamma performance tests.
Some small performance enhancements.

[SVN r56370]
2009-09-24 11:23:52 +00:00
Troy D. Straszheim
0ae03af3b2 Copyrights on CMakeLists.txt to keep them from clogging up the inspect
reports.  This is essentially the same commit as r55095 on the release
branch.



[SVN r55159]
2009-07-26 00:49:56 +00:00
John Maddock
9d1b911554 Fix broken link and regenerated docs.
[SVN r55122]
2009-07-23 12:24:35 +00:00
John Maddock
df259a9e1d Fix line endings.
[SVN r55119]
2009-07-23 11:56:59 +00:00
John Maddock
ddc103f0cd Disable pch usage for msvc-7.1.
[SVN r55111]
2009-07-23 09:46:52 +00:00
John Maddock
151c27f44c Fixed the labels on some of the graphs and regenerated.
[SVN r55056]
2009-07-21 10:49:40 +00:00
John Maddock
f99607da5d Fix lookup ambiguity.
Fixes #3207.

[SVN r54284]
2009-06-23 16:39:50 +00:00
John Maddock
0e7856cfd1 Oops, previous commit was buggy, try again.
[SVN r53339]
2009-05-28 08:53:21 +00:00
John Maddock
6feccbee3d Added a couple of static assertions to prevent misuse.
[SVN r53338]
2009-05-28 08:52:05 +00:00
John Maddock
3ec19713e6 Add some casts to try and fix gcc-4.4 compiler errors.
[SVN r53177]
2009-05-22 16:14:12 +00:00
John Maddock
fc43b93fec Add missing file.
[SVN r53171]
2009-05-22 08:49:00 +00:00
John Maddock
0ec478e61b Added missing files.
[SVN r53170]
2009-05-22 08:44:53 +00:00
John Maddock
62744fed77 Updated and regenerated docs.
[SVN r53157]
2009-05-21 16:54:05 +00:00
Jeremiah Willcock
99b1ee34f7 Fixed most tab and min/max issues from trunk inspection report
[SVN r53141]
2009-05-20 19:19:00 +00:00
John Maddock
b36f2d6bb6 Fix for no long double math functions.
[SVN r52522]
2009-04-21 08:43:36 +00:00
John Maddock
0b017bc74c Fixes #2961.
GCC-4.0 workaround.

[SVN r52513]
2009-04-20 15:59:58 +00:00
John Maddock
db6cc1a0a3 Split test/test_policy_7.cpp into two tests.
Add some macro-expansion-suppression code to test_sign.cpp.

[SVN r52447]
2009-04-17 17:18:31 +00:00
John Maddock
bedc5b058a Add more instrumentation code, along with some AMD64/Linux fixes.
[SVN r52335]
2009-04-11 15:26:59 +00:00
John Maddock
3d45185864 Sort circuit evaluation when the result will be 0.
[SVN r52287]
2009-04-09 09:10:45 +00:00
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