2
0
mirror of https://github.com/boostorg/compute.git synced 2026-02-18 01:52:20 +00:00
Files
compute/test
Jason Rhinelander 7f18293526 Increase make_literal precision
make_literal is losing some precision when making literal floating
point values because it uses digits10, but that only gives us the
number of decimal digits that will survive a decimal->native>decimal
conversion; what we are doing is a native->decimal->native conversion,
which requires the user of ::max_digits10 (which is 2 (double) or 3
(float) larger than ::digits10).

max_digits10 is a c++11 feature, however, so this commit uses
digits10 + 3 when the c++11 numeric_limits isn't available.
2016-04-24 17:32:55 -04:00
..
2015-05-17 20:32:09 -07:00
2016-04-24 17:32:55 -04:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2016-01-05 09:47:40 +09:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2016-03-09 18:56:17 +01:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2016-03-09 18:56:17 +01:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-08-19 08:18:15 -07:00
2015-07-16 21:18:12 +02:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2016-03-09 18:56:17 +01:00
2016-03-09 18:56:17 +01:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2016-01-05 09:47:40 +09:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00
2015-05-17 20:32:09 -07:00