This website requires JavaScript.
8d8a22a71e
Added output showing that works OK for VS 12.0 (though the VS 12.0 test is inexplicably reported as failing
pabristow
2014-04-08 18:08:08 +0100
03d99a7ba3
Merge branch 'develop'
jzmaddock
2014-04-06 13:18:37 +0100
aaa405bad2
Regenerate docs.
jzmaddock
2014-04-06 13:17:04 +0100
0c01f682eb
Fix some corner cases in negative_binomial_distribution, see https://svn.boost.org/trac/boost/ticket/9834
jzmaddock
2014-04-06 11:59:10 +0100
88b1695b58
More tentative apple fixes.
jzmaddock
2014-04-04 17:20:09 +0100
e612b98572
Merge branch 'develop' of https://github.com/boostorg/math into develop
jzmaddock
2014-04-04 17:15:44 +0100
1c1ae42e6e
Tentative fix for more clang/apple failures.
jzmaddock
2014-04-04 17:13:36 +0100
397d216065
Tentative fix for more clang/apple failures.
jzmaddock
2014-04-04 17:13:36 +0100
9199b09304
Fix missing policy parameter in some SF forwarding calls. See https://svn.boost.org/trac/boost/ticket/9833 .
jzmaddock
2014-04-04 15:08:27 +0100
2d0d36d865
Provide a further customization point for constants initialization (to allow for explicit construction).
jzmaddock
2014-04-02 16:47:36 +0100
60f6ab81a2
Shift some more expected error rates.
jzmaddock
2014-03-31 19:00:52 +0100
41fb7e1c91
Tentative fix for clang/libc++ on Apple issue.
jzmaddock
2014-03-31 18:47:13 +0100
c430726cd8
Adjust Linux error rates.
jzmaddock
2014-03-31 13:33:52 +0100
bf51aadcbc
Update error rate for Mac OS.
jzmaddock
2014-03-31 13:23:34 +0100
0e7f3f41f7
Adjust expected error rates for MacOS.
jzmaddock
2014-03-28 18:24:58 +0000
4cef977be3
Add missing #includes.
jzmaddock
2014-03-28 18:18:09 +0000
a0ad3d8764
Add some static casts to avoid C++11 errors in initializer lists.
jzmaddock
2014-03-28 18:15:59 +0000
fa1896fbc4
Make sure the forward declarations get included before the real definitions in all headers.
jzmaddock
2014-03-27 09:17:33 +0000
cf71fe6d36
Merge branch 'develop'
jzmaddock
2014-03-26 16:54:47 +0000
653ffbcb87
Push and pop FPU flags in test case.
jzmaddock
2014-03-23 17:06:21 +0000
ef123b3504
Fix GCC release mode failures in test_next.cpp by explicitly testing SSE2 settings in next.hpp.
jzmaddock
2014-03-22 19:16:36 +0000
728ec23c21
Add lots of missing #includes.
jzmaddock
2014-03-21 17:36:18 +0000
4087c44efd
Fix random number usage in the post-TR1 world.
jzmaddock
2014-03-21 12:11:49 +0000
200f384c14
Tentative fix for gcc-4.7 and earlier failures.
jzmaddock
2014-03-21 11:36:57 +0000
6f47470274
Fix tgamma_ratio tests.
jzmaddock
2014-03-20 13:02:51 +0000
0418465a8d
Fix some error rates in new factorial tests
jzmaddock
2014-03-19 19:15:27 +0000
0d9f0089f8
Enable 128-bit floatmax_t tests when appropriate.
jzmaddock
2014-03-19 17:27:10 +0000
a67f4d16cb
Regenerated docs.
jzmaddock
2014-03-19 13:46:54 +0000
6bddb5be85
Merge branch 'cstdfloat' into develop
jzmaddock
2014-03-19 13:38:42 +0000
c9110caf63
Merge branch 'cstdfloat' of https://github.com/boostorg/math into cstdfloat
jzmaddock
2014-03-18 18:16:16 +0000
e4662ae0e4
Doc update.
jzmaddock
2014-03-18 18:12:34 +0000
3fdc127f50
Removed obselete test using pow32_pi
pabristow
2014-03-18 16:55:08 +0000
337d001efd
Note on Trac #9712
pabristow
2014-03-18 09:50:40 +0000
3cc5c8ff38
Changed Rayleigh test to compute kurtosis excess value instead of using same constant used to define it. Passes locally.
pabristow
2014-03-17 17:57:19 +0000
b301a4ef1c
Merge branch 'cstdfloat' of https://github.com/boostorg/math into cstdfloat
pabristow
2014-03-17 16:59:27 +0000
296173dbe2
Some mostly cosmetic changes to the cstdfloat docs.
jzmaddock
2014-03-17 09:03:16 +0000
a5d67ef99e
Some mostly cosmetic changes to the cstdfloat docs.
jzmaddock
2014-03-17 09:03:16 +0000
4c8fa67b4c
Merge branch 'cstdfloat' of https://github.com/boostorg/math into cstdfloat
pabristow
2014-03-16 13:04:12 +0000
7a88296853
Example of upto 128-bit normal tables using cstdfloat
pabristow
2014-03-16 13:01:47 +0000
e1b4cfe8b6
New examples using cstdfloat
pabristow
2014-03-16 12:58:10 +0000
cae085c873
More fixes for factorials and gamma function ratios from Rocco Romeo.
jzmaddock
2014-03-16 09:59:11 +0000
3e338ec355
Fix some corner cases in tgamma_delta_ratio, with thanks to Rocco Romeo.
jzmaddock
2014-03-14 18:18:22 +0000
c3e530716a
Merge branch 'cstdfloat' of https://github.com/boostorg/math into cstdfloat
jzmaddock
2014-03-13 18:43:28 +0000
80894e9025
Fix errors in corner cases of rising/falling factorials and gamma ratios raised by Rocco Romeo.
jzmaddock
2014-03-13 16:30:10 +0000
849853f337
In <cstdfloat>, correct (again) the handling of cancellation errors in 128-bit sinh(x).
ckormanyos
2014-03-12 21:56:08 +0100
aae19f5f08
In <cstdfloat>, correct the handling of cancellation errors in 128-bit sinh(x).
ckormanyos
2014-03-12 21:23:44 +0100
9876cecd8f
In <cstdfloat>, properly handle cancellation errors in 128-bit sinh(x).
ckormanyos
2014-03-12 20:26:13 +0100
dc533a4fd3
Fix some expected error rates.
jzmaddock
2014-03-10 18:34:25 +0000
c9d65cfa1f
Add basic tests for __float128 functions. Fix one complex function. Add factorials test.
jzmaddock
2014-03-10 18:25:08 +0000
9f8ffee4b7
Disable some native operators when --fast-math or the Intel compiler is in use as they simply don't work in that environment, see https://svn.boost.org/trac/boost/ticket/9748#comment:3
jzmaddock
2014-03-10 09:40:51 +0000
b4e1fe2375
Fix some compile errors in instrumentation code and extend a little into the Bessel functions.
jzmaddock
2014-03-10 09:39:38 +0000
2aab77ed77
Added an index.html redirection file for cstdfloat standalone docs.
pabristow
2014-03-06 15:26:31 +0000
ca8b3a7c6c
Added html folder for cstdfloat standalone docs.
pabristow
2014-03-06 15:23:34 +0000
7d65ba574e
cstdfloat standalone docs build files
pabristow
2014-03-06 15:17:08 +0000
52a2b9edc3
Make sure all the error handlers return a result and don't just rely on an exception being thrown.
jzmaddock
2014-03-05 09:13:26 +0000
8fd67e5edf
In <boost/cstdfloat.hpp>, improve clarity of a compiler switch and make better comments.
ckormanyos
2014-03-01 23:45:15 +0100
4fef819a00
Fix debug build.
jzmaddock
2014-02-28 19:07:51 +0000
ce04b996b3
Add one new test case.
jzmaddock
2014-02-28 18:50:03 +0000
4daf06baea
Minor fix for tests run on PPC64 from Tony Reix.
jzmaddock
2014-02-28 18:23:20 +0000
d3780ea58a
Change to use C++11 <random> when available.
jzmaddock
2014-02-28 13:40:10 +0000
4c81a35178
Reinstate needed #include.
jzmaddock
2014-02-28 13:31:09 +0000
7f865ff19e
Add some missing #includes
jzmaddock
2014-02-27 19:18:11 +0000
3eca6efc55
In <boost/cstdfloat.hpp> and its quadmath part, do style modifications and add some informative comments. Undefine the internal BOOST_NO_FLOAT128_T from public availability.
ckormanyos
2014-02-27 21:03:44 +0100
5bdd7d1ecb
Add some missing #includes
jzmaddock
2014-02-27 19:18:11 +0000
bedff882ac
Fix expected error rates on Linux
jzmaddock
2014-02-27 18:02:33 +0000
1757348c9b
Fix expected error rates on Linux
jzmaddock
2014-02-27 17:57:39 +0000
049f707a67
Fix Linux GCC failures
jzmaddock
2014-02-27 17:07:25 +0000
b4759e553b
Enable broken <cmath> function overloads only when needed.
jzmaddock
2014-02-26 19:15:23 +0000
8459a54c90
Add missing return statements.
jzmaddock
2014-02-26 19:09:29 +0000
640207c6f0
Merge branch 'cstdfloat' of https://github.com/boostorg/math into cstdfloat
jzmaddock
2014-02-26 18:26:13 +0000
98944fd36b
Link statically to libquadmath to avoid dll-hell issues. Fix compilation errors in concept checks. Fix missing #includes in some tests.
jzmaddock
2014-02-26 18:25:48 +0000
c26b5ed14a
In <boost/cstdfloat.hpp>, correct the complex pown() helper function.
ckormanyos
2014-02-25 22:04:46 +0100
c5dd006e01
In <boost/cstdfloat.hpp>, correct 128-bit tgamma() function for negative argument.
ckormanyos
2014-02-24 23:39:15 +0100
d5b51e0972
In <boost/cstdfloat.hpp>, for 128-bit float, include support for -x in tgamma() patch.
ckormanyos
2014-02-24 22:28:46 +0100
05134be404
In <boost/cstdfloat.hpp>, fixed the 128-bit float helper function pown(). Do some additional cleanup.
ckormanyos
2014-02-24 21:38:00 +0100
88dddb0710
Merge branch 'cstdfloat' of https://github.com/boostorg/math into cstdfloat
ckormanyos
2014-02-24 20:35:47 +0100
cf88eeaaf4
In <boost/cstdfloat.hpp>, fix 128-bit exp() function for negative argument.
ckormanyos
2014-02-24 20:35:07 +0100
46caf7a4f1
Squash a few more compiler errors.
jzmaddock
2014-02-24 19:05:17 +0000
108785d553
Add missing pow overload to cstdfloat.hpp. Fix Intel-Windows compilation of the tests. Make the float128 tests an explicit test case in the Jamfile.
jzmaddock
2014-02-24 18:53:50 +0000
f1814b0b46
Big search and replace on test data so all the values can be used with a "Q" suffix: basically integer values have had a ".0" added to the end. Added copies of the tests tweaked to test __float128.
jzmaddock
2014-02-24 17:17:05 +0000
aa31a5b5d6
In <boost/cstdfloat.hpp>, patch quadmath functions asinh, acosh, atanh (missing functions), and tgamma (crashes on many GCCs like MinGW 4.7, 4.8).
ckormanyos
2014-02-23 22:22:43 +0100
12720c6231
In <boost/cstdfloat.hpp>, remove the dependency on Boost.Math.Constants for 128-bit <cmath> support.
ckormanyos
2014-02-23 20:01:02 +0100
a0454df5e4
Move cstdfloat details to <boost/math/cstdfloat/*.hpp>.
ckormanyos
2014-02-23 18:46:46 +0100
6c378cf6d6
In <boost/cstdfloat.hpp>, change the detail namespace name. Improve boundary regions in power-of-n functions.
ckormanyos
2014-02-22 18:18:21 +0100
d22e25116c
In <boost/cstdfloat.hpp>, improve pre-processor diagnostics and move an internal function to a better place.
ckormanyos
2014-02-21 22:37:56 +0100
c087e19401
In <boost/cstdfloat.hpp>, repair buglets for ICC float128_t.
ckormanyos
2014-02-21 22:30:13 +0100
edfacbb480
In cstdfloat stuff, add comments and clean stuff up.
ckormanyos
2014-02-20 23:48:39 +0100
8d53bb053f
In <detail/cstdfloat_complex_std.hpp>, optimization and power-of-n function.
ckormanyos
2014-02-20 21:41:25 +0100
4efb8a83d9
Add missing #include's
jzmaddock
2014-02-20 17:56:53 +0000
e46fe3ae0c
Add missing #include's.
jzmaddock
2014-02-20 17:16:12 +0000
f526263d0b
Fix expected error rates.
jzmaddock
2014-02-20 17:10:03 +0000
c80c4881b8
Add missing #include's.
jzmaddock
2014-02-20 17:08:25 +0000
ac48051bf6
Fix expected error rate for tgamma.
jzmaddock
2014-02-20 17:06:22 +0000
c0473ccd3d
Merge branch 'cstdfloat' of https://github.com/boostorg/math into cstdfloat
jzmaddock
2014-02-20 11:06:51 +0000
b9cd3c4417
Fix from Rocco Romeo to correct sign of infinite result in tgamma.
jzmaddock
2014-02-20 10:44:40 +0000
d9f626a942
Fix from Rocco Romeo to correct sign of infinite result in tgamma.
jzmaddock
2014-02-20 10:44:40 +0000
90b7733ea2
In <boost/detail/cstdfloat_complex_std.hpp>, add missing forward template declarations.
ckormanyos
2014-02-19 23:12:18 +0100
acc2d4b363
Merge branch 'develop' of https://github.com/boostorg/math into develop
PABristow
2014-02-19 09:26:08 +0000
2152f12f0b
Trac #9672 moved to 1.9.0 instead of 1.10.0.
PABristow
2014-02-19 09:24:54 +0000
c7a757df60
Changes from Laplace X now can be infinite.
PABristow
2014-02-19 09:23:50 +0000