Commit Graph

4 Commits

Author SHA1 Message Date
Syed Fahad
22bb1b04fa fix g++ compilation problems 2021-07-16 23:09:56 +05:30
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
Christopher Kormanyos
bfdc8de445 Add constructor test CI and suggest test stuff 2021-07-05 19:50:52 +02:00
Syed Fahad
29e3b56743 add standard-complaint string parsing support
add tests for string parsing
fix compilation on g++
remove get_str()
2021-07-03 13:42:31 +05:30