Commit Graph

30 Commits

Author SHA1 Message Date
ckormanyos
8fd67e5edf In <boost/cstdfloat.hpp>, improve clarity of a compiler switch and make better comments. 2014-03-01 23:45:15 +01:00
ckormanyos
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. 2014-02-27 21:03:44 +01:00
ckormanyos
a0454df5e4 Move cstdfloat details to <boost/math/cstdfloat/*.hpp>. 2014-02-23 18:46:46 +01:00
ckormanyos
6c378cf6d6 In <boost/cstdfloat.hpp>, change the detail namespace name. Improve boundary regions in power-of-n functions. 2014-02-22 18:18:21 +01:00
ckormanyos
d22e25116c In <boost/cstdfloat.hpp>, improve pre-processor diagnostics and move an internal function to a better place. 2014-02-21 22:37:56 +01:00
ckormanyos
c087e19401 In <boost/cstdfloat.hpp>, repair buglets for ICC float128_t. 2014-02-21 22:30:13 +01:00
ckormanyos
3391f44fab In <boost/cstdfloat.hpp>, implement granular files. 2014-02-16 13:41:00 +01:00
ckormanyos
38829228f4 In <boost/cstdfloat.hpp>, move the C++ standard library support into separate detail files. 2014-02-15 22:06:29 +01:00
jzmaddock
2e10391ada Merge branch 'cstdfloat' of https://github.com/boostorg/math into cstdfloat 2014-02-15 17:35:21 +00:00
jzmaddock
5a78d8d584 Add some more missing return statements. 2014-02-15 17:27:13 +00:00
ckormanyos
4ca0ca17f7 Clean up <boost/cstdfloat.hpp> and do further work on test file. 2014-02-15 15:13:33 +01:00
ckormanyos
54cd321d91 In <boost/cstdfloat.hpp>, do trivial cleanup. 2014-02-14 20:41:09 +01: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
ckormanyos
7e084a1ef2 In <boost/cstdfloat.h>, finish (moslty) support for *optional* comlpex<float128_t>. 2014-02-12 21:43:05 +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
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
8a7b8e1071 In <boost/cstdfloat.hpp>, correct output stream for libquadfloat nd small decimals. 2014-02-08 16:33:14 +01:00
ckormanyos
b227fdbfd6 In <boost/cstdgfloat.hpp> eliminate the need for user to #include <quadmath.h>. 2014-02-08 11:44:42 +01: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
Christopher Kormanyos
ee4748d087 In <boost/castfloat.h>, temporarily(?) de-activate __float128 == boost::float128_t. 2014-02-01 20:44:31 +01: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
dbbc33905e In <cstdfloat.hpp>, correct the detection of float80_t for historical MSVC. 2014-01-28 20:28:39 +01: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
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
cefd32709c Initial commit of <boost/cstdfloat.hpp>. 2014-01-19 13:09:41 +01:00