Commit Graph

5 Commits

Author SHA1 Message Date
Janek Kozicki
cf8fa4cce4 almost complete double<float128> support in tests. 2021-07-24 18:25:16 +02:00
Janek Kozicki
98bef0c0ca use struct instead 2021-07-19 22:28:24 +02:00
Janek Kozicki
d11f3e4322 long double seems to work in all tests, but float128 has some constructor missing. 2021-07-19 22:28:24 +02:00
Janek Kozicki
da30ecf41d g++ compilation fix : add some missing typename 2021-07-19 22:28:24 +02:00
Syed Fahad
50d1ef94ae implement comparision operators
add rigorous test for comparision operators
add std::numeric_limits<> specialization for cpp_double_float
fix subtle bug in split()
fix bugs in constructor
replace abs with fabs as suggested by Chris
add tests for floating-point constructors in test_cpp_constructors.cpp
add specialized random number generator for testing I/O and comparision operators
2021-07-14 14:00:25 +05:30