455c4bf3a9In <boost/detail/cstdfloat_complex_std.hpp>, do some trivial clean-up and genreal efficiency improvements.
ckormanyos
2014-02-18 23:07:11 +0100
8392a52517In <boost/cstdfloat.hpp>, ensure that the rendition of <complex> *also* works with other UDT, such as multiprecision.
ckormanyos
2014-02-16 22:06:29 +0100
0028c59d7cFix for tgamma(x) where x < 0 and denorm.
jzmaddock
2014-02-16 16:24:59 +0000
3b4ba962abIn test_cstdfloat.cpp, improve the sanity check for the floating-point types.
ckormanyos
2014-02-15 23:05:43 +0100
47385add82In test_cstdfloat.cpp, the file now compiles and runs. Significant test depth is still missing.
ckormanyos
2014-02-15 22:20:30 +0100
38829228f4In <boost/cstdfloat.hpp>, move the C++ standard library support into separate detail files.
ckormanyos
2014-02-15 22:06:29 +0100
7a823466caMore fixes from Rocco Romeo: do the correct thing near a small negative integer, and handle denormalized inputs correctly.
jzmaddock
2014-02-15 19:19:44 +0000
942288b128Add missing using declaration.
jzmaddock
2014-02-15 17:46:20 +0000
4ca0ca17f7Clean up <boost/cstdfloat.hpp> and do further work on test file.
ckormanyos
2014-02-15 15:13:33 +0100
118a93e3a6Add tests for cstdfloat.hpp defined types. Fix Math code to not use lexical_cast for constants for boost::floatmax_t when that type is __float128. Fix constant usage so it doesn't break when the suffix is "Q".
jzmaddock
2014-02-15 11:14:00 +0000
c8c2a76ebeAdd a *very* preliminary test file for cstdfloat. I don't even know if it compiles, let alone runs.
ckormanyos
2014-02-15 00:14:53 +0100
54cd321d91In <boost/cstdfloat.hpp>, do trivial cleanup.
ckormanyos
2014-02-14 20:41:09 +0100
2c6d94b30eIn <boost/cstdfloat.hpp>, improve comments, correct typo in limits, and use boost::math::constants once again.
ckormanyos
2014-02-14 15:22:05 +0100
26de94b06bIn <boost/cstdfloat.hpp>, re-work a conceptual error in complex<float128_t>. Temporarily remove the use of boost::math::constants.
ckormanyos
2014-02-13 20:51:25 +0100
f9b8cd6bedIn <boost/cstdfloat.hpp>, patch exp() function for __float128. Add most of <complex> for __float128. Still needs some wrinkle ironing.
ckormanyos
2014-02-12 01:00:28 +0100
b0c9af5e61Another attempt to accurately detect when we're in FTZ mode. Fixes test failures for Win32 executables run on Win64.
jzmaddock
2014-02-10 16:51:24 +0000
5eb0901b7bIn <boost/cstdfloat.hpp> add a preprocessor enable-switch for quadmath support.
ckormanyos
2014-02-09 13:02:13 +0100
f44c883445In <boost/cstdfloat.hpp>, GCC quadmath now has full I/O stream support. ICC quadmath I/O stream support is not yet implemented.
ckormanyos
2014-02-08 21:36:07 +0100
33813b7efeIn <boost/cstdfloat.hpp>, corrected static assertion on 64 digits in float80_t.
Christopher Kormanyos
2014-01-30 20:59:23 +0100
ca054f9e78In Bessel / Airy zeros, reliance on numeric_limits for non-specialized types corrected.
Christopher Kormanyos
2014-01-29 22:38:13 +0100
eee4394266In Bessel / Airy zeros, remove use of numeric_limits<> in root calculations.
Christopher Kormanyos
2014-01-29 22:02:29 +0100
4ea3d12425Removed the use of std::numeric_limits<> in Bessel / Airy zero calculations in favor of tools is boost::math::tools.
Christopher Kormanyos
2014-01-29 21:54:50 +0100
48722a5e42Reverted all html
PABristow
2014-01-23 18:05:25 +0000
f7ee626d16more edits to cstdfloat.qbk
PABristow
2014-01-23 18:02:14 +0000
bb8b26e91bUpdate history, add Anton to the author list (and put the author list back into alphabetical by surname order), regenerate docs.
jzmaddock
2014-01-23 17:38:48 +0000
9baf90f56aMerge branch 'bessel-derivatives' into develop
jzmaddock
2014-01-23 16:55:55 +0000