jzmaddock
|
7a823466ca
|
More fixes from Rocco Romeo: do the correct thing near a small negative integer, and handle denormalized inputs correctly.
|
2014-02-15 19:19:44 +00:00 |
|
jzmaddock
|
942288b128
|
Add missing using declaration.
|
2014-02-15 17:51:10 +00:00 |
|
jzmaddock
|
742ecfd751
|
Fix zeta instances used.
|
2014-02-15 17:51:09 +00:00 |
|
jzmaddock
|
e9dcbd97f3
|
Fix expected error rates on Mingw-x64
|
2014-02-15 17:51:09 +00:00 |
|
jzmaddock
|
b78281ec40
|
Merge branch 'develop' of https://github.com/boostorg/math into develop
|
2014-02-15 11:09:07 +00:00 |
|
jzmaddock
|
69dc556802
|
Add missing return statements.
|
2014-02-15 11:08:55 +00:00 |
|
ckormanyos
|
2c6d94b30e
|
In <boost/cstdfloat.hpp>, improve comments, correct typo in limits, and use boost::math::constants once again.
|
2014-02-14 15:22:05 +01:00 |
|
ckormanyos
|
26de94b06b
|
In <boost/cstdfloat.hpp>, re-work a conceptual error in complex<float128_t>. Temporarily remove the use of boost::math::constants.
|
2014-02-13 20:51:25 +01:00 |
|
ckormanyos
|
143870feb7
|
Merge branch 'develop' of https://github.com/boostorg/math into develop
|
2014-02-13 19:11:34 +01:00 |
|
ckormanyos
|
8dc420ac61
|
In <boost/cstdfloat.hpp>, corrected a conceptual error in complex<float128_t>.
|
2014-02-13 19:05:52 +01:00 |
|
jzmaddock
|
65675a57e1
|
Add abs overload for __float128.
|
2014-02-13 17:48:00 +00:00 |
|
jzmaddock
|
2c0eee7cd0
|
Quash some VC12 warnings.
|
2014-02-13 16:57:45 +00:00 |
|
jzmaddock
|
43f0f18591
|
Fix spurious overflows in tgamma/lgamma. Update tests to verify.
Thanks to Rocco Romeo for these.
|
2014-02-13 09:42:46 +00:00 |
|
ckormanyos
|
7e084a1ef2
|
In <boost/cstdfloat.h>, finish (moslty) support for *optional* comlpex<float128_t>.
|
2014-02-12 21:43:05 +01:00 |
|
ckormanyos
|
f1679a3629
|
Merge branch 'develop' of https://github.com/boostorg/math into develop
|
2014-02-12 01:01:06 +01:00 |
|
ckormanyos
|
f9b8cd6bed
|
In <boost/cstdfloat.hpp>, patch exp() function for __float128. Add most of <complex> for __float128. Still needs some wrinkle ironing.
|
2014-02-12 01:00:28 +01:00 |
|
jzmaddock
|
f9178d6f48
|
Fix some signed/unsigned inconsistencies (and warnings).
See https://svn.boost.org/trac/boost/ticket/9646.
|
2014-02-11 13:20:25 +00:00 |
|
jzmaddock
|
91ea175da2
|
Remove register keyword: it's deprecated in C++11.
Fixes https://svn.boost.org/trac/boost/ticket/9639.
|
2014-02-11 13:09:58 +00:00 |
|
jzmaddock
|
02462eb6a4
|
Merge branch 'develop' of https://github.com/boostorg/math into develop
|
2014-02-10 16:51:39 +00:00 |
|
jzmaddock
|
b0c9af5e61
|
Another attempt to accurately detect when we're in FTZ mode.
Fixes test failures for Win32 executables run on Win64.
|
2014-02-10 16:51:24 +00:00 |
|
ckormanyos
|
5eb0901b7b
|
In <boost/cstdfloat.hpp> add a preprocessor enable-switch for quadmath support.
|
2014-02-09 13:02:13 +01:00 |
|
ckormanyos
|
f44c883445
|
In <boost/cstdfloat.hpp>, GCC quadmath now has full I/O stream support. ICC quadmath I/O stream support is not yet implemented.
|
2014-02-08 21:36:07 +01:00 |
|
ckormanyos
|
b2aa7698a9
|
Merge branch 'develop' of https://github.com/boostorg/math into develop
|
2014-02-08 16:33:55 +01:00 |
|
ckormanyos
|
8a7b8e1071
|
In <boost/cstdfloat.hpp>, correct output stream for libquadfloat nd small decimals.
|
2014-02-08 16:33:14 +01:00 |
|
jzmaddock
|
9c93906cc1
|
Merge branch 'develop' of https://github.com/boostorg/math into develop
|
2014-02-08 11:29:03 +00:00 |
|
ckormanyos
|
b227fdbfd6
|
In <boost/cstdgfloat.hpp> eliminate the need for user to #include <quadmath.h>.
|
2014-02-08 11:44:42 +01:00 |
|
jzmaddock
|
e8af9fab03
|
Fix zeta and tgamma_ratio tests to use external template instances.
|
2014-02-08 10:22:46 +00:00 |
|
ckormanyos
|
b09292f03f
|
In <boost/cstdfloat.h>, add preliminary support for __float128's <cmath>, <limits>, and I/O stream.
|
2014-02-07 22:13:14 +01:00 |
|
jzmaddock
|
fe6f54ac57
|
Fixes for VC11/12 x64 test failures: exp(-INF) returns -INF on type float!
|
2014-02-06 18:35:59 +00:00 |
|
jzmaddock
|
e32345b175
|
Multiprecision concept tests require /bigobj when building for x64.
|
2014-02-06 18:20:53 +00:00 |
|
Christopher Kormanyos
|
2af24f0f58
|
Merge branch 'develop' of https://github.com/boostorg/math into develop
|
2014-02-01 20:51:37 +01:00 |
|
Christopher Kormanyos
|
ee4748d087
|
In <boost/castfloat.h>, temporarily(?) de-activate __float128 == boost::float128_t.
|
2014-02-01 20:44:31 +01:00 |
|
jzmaddock
|
11e1a4e7cd
|
Add Jamfile to automatically create png's from svg's.
|
2014-02-01 11:45:20 +00:00 |
|
Christopher Kormanyos
|
33813b7efe
|
In <boost/cstdfloat.hpp>, corrected static assertion on 64 digits in float80_t.
|
2014-01-30 20:59:23 +01:00 |
|
Christopher Kormanyos
|
ca054f9e78
|
In Bessel / Airy zeros, reliance on numeric_limits for non-specialized types corrected.
|
2014-01-29 22:38:13 +01:00 |
|
Christopher Kormanyos
|
eee4394266
|
In Bessel / Airy zeros, remove use of numeric_limits<> in root calculations.
|
2014-01-29 22:02:29 +01:00 |
|
Christopher Kormanyos
|
4ea3d12425
|
Removed the use of std::numeric_limits<> in Bessel / Airy zero calculations in favor of tools is boost::math::tools.
|
2014-01-29 21:54:50 +01:00 |
|
Christopher Kormanyos
|
ad420f7db8
|
Merge branch 'develop' of https://github.com/boostorg/math into develop
|
2014-01-28 20:29:33 +01:00 |
|
Christopher Kormanyos
|
dbbc33905e
|
In <cstdfloat.hpp>, correct the detection of float80_t for historical MSVC.
|
2014-01-28 20:28:39 +01:00 |
|
jzmaddock
|
27e6693e1a
|
Fix multi-line equations to line up the equals signs, then regenerate the png and svg files.
|
2014-01-27 19:22:28 +00:00 |
|
jzmaddock
|
a9bef672f0
|
Merge branch 'develop' of https://github.com/boostorg/math into develop
|
2014-01-24 12:01:44 +00:00 |
|
jzmaddock
|
91bfed01ce
|
Merge branch 'test-instances' into develop
|
2014-01-24 12:01:04 +00:00 |
|
jzmaddock
|
1b84923f70
|
Make sure internal calls to expm1/log1p are properly qualified and pass a policy.
|
2014-01-24 11:59:59 +00:00 |
|
PABristow
|
c6e1ca9ba6
|
Merge branch 'develop' of https://github.com/boostorg/math into develop
|
2014-01-23 18:05:39 +00:00 |
|
PABristow
|
48722a5e42
|
Reverted all html
|
2014-01-23 18:05:25 +00:00 |
|
PABristow
|
f7ee626d16
|
more edits to cstdfloat.qbk
|
2014-01-23 18:02:14 +00:00 |
|
jzmaddock
|
bb8b26e91b
|
Update history, add Anton to the author list (and put the author list back into alphabetical by surname order), regenerate docs.
|
2014-01-23 17:38:48 +00:00 |
|
jzmaddock
|
9baf90f56a
|
Merge branch 'bessel-derivatives' into develop
|
2014-01-23 16:55:55 +00:00 |
|
jzmaddock
|
e81d2c0420
|
Merge branch 'bessel-derivatives' of https://github.com/boostorg/math into bessel-derivatives
|
2014-01-23 16:49:14 +00:00 |
|
jzmaddock
|
e0745c7612
|
Tentative fix for VC12 failures - don't use unnamed namespace for tgamma examples as VC12 has ::tgamma.
|
2014-01-23 16:48:57 +00:00 |
|