Commit Graph

5028 Commits

Author SHA1 Message Date
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
Nikhar Agrawal
d168fba2df Merge branch 'bernoulli-tgamma' of https://github.com/boostorg/math into bernoulli-tgamma 2014-02-07 03:06:42 +05:30
Nikhar Agrawal
0209dced1d Removed unnecessary upfront bernoulli number calculation now that they can be cached 2014-02-07 03:04:55 +05:30
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
PABristow
cf022a46ec Merge branch 'develop' of https://github.com/boostorg/math into develop 2014-02-01 12:30:00 +00:00
jzmaddock
11e1a4e7cd Add Jamfile to automatically create png's from svg's. 2014-02-01 11:45:20 +00:00
PABristow
f39ca45919 Merge branch 'develop' of https://github.com/boostorg/math into develop 2014-01-31 10:00:54 +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
PABristow
2f42894490 First draft of cstdfloat example 2014-01-24 15:17:40 +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
jzmaddock
6f24a9adb2 Fix expected error rates for Bessel function derivatives on Linux 2014-01-23 16:36:33 +00:00
jzmaddock
98acca13dc Merge branch 'develop' of https://github.com/boostorg/math into develop 2014-01-22 18:54:27 +00:00
jzmaddock
43d12190eb Up Linux expected error rates as new code fails otherwise. 2014-01-22 18:53:59 +00:00
Christopher Kormanyos
a3c1b273cb Refine and correct the comments based on recent consensus(es) with co-authors. 2014-01-21 23:59:16 +01:00
jzmaddock
7613d0dd45 Rename Bessel derivatives to primes. 2014-01-21 19:08:14 +00:00
Paul Bristow
0abc74e1d5 Reorganised to allow generation of standalone pdf for cstdfloat.pdf 2014-01-21 17:33:59 +00:00
jzmaddock
72c4a0e0f9 Fix equations based on Anton's comments. 2014-01-21 17:03:06 +00:00
jzmaddock
570cda5e88 Add first rough cut of Bessel derivative docs. 2014-01-20 17:43:16 +00:00
Paul Bristow
8384abd3a3 Add qbk and jamfile for cstddef docs. 2014-01-20 17:17:40 +00:00
jzmaddock
0b22e7cf0b Improve build process, add header-include test for Bessel derivatives. 2014-01-20 12:04:17 +00:00
Christopher Kormanyos
82824159ed Clean up cbrt_epsilon and <cstdfloat.hpp>. 2014-01-19 21:24:55 +01:00
Christopher Kormanyos
afcf566a53 Eliminate use of numeric_limits in <cstdfloat.hpp> for GCC's __float128. 2014-01-19 21:21:50 +01:00
Christopher Kormanyos
f9d81b179c Correct a bug that I caused in cbrt_epsilon(). But I don't know why cbrt did not work? 2014-01-19 21:21:12 +01:00
jzmaddock
21d8d99e6f Add concept checks for Bessel derivatives and fix up resulting errors. 2014-01-19 17:42:24 +00:00
jzmaddock
ae28b2553f Add tests to Jamfile. 2014-01-19 17:36:08 +00:00
jzmaddock
8bc5511e82 Move to use separate file instantiation, fix expected error rates. 2014-01-19 17:29:26 +00:00
jzmaddock
13df3d19e8 Fix some out of range values. 2014-01-19 17:28:56 +00:00