mirror of
https://github.com/boostorg/multiprecision.git
synced 2026-01-28 07:22:25 +00:00
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
15 lines
1.3 KiB
Plaintext
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 |
|
|
|____________________________________________|___________________________________________| |