Files
multiprecision/test/cpp_double_float_tests.txt
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

15 lines
1.3 KiB
Plaintext

________________________________________________________________________________________
| Test | Description |
|--------------------------------------------+-------------------------------------------|
| test_arithmetic_cpp_double_float.cpp | Arithmetic tests (add, mul, sub, div) |
| | |
| test_cpp_double_float_constructors.cpp | Tests for correctness of constructors |
| | |
| test_cpp_double_float_comparision.cpp | Tests for correctness of comparision |
| | operators |
| | |
| test_cpp_double_float_io.cpp | Output tests against standard |
| | float/double |
| | |
| test_cpp_double_float_io_manual.cpp | Utitlity for I/O test |
|____________________________________________|___________________________________________|