mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-06 08:46:49 +08:00
Yet another test.
This commit is contained in:
parent
4c8bc0e5e7
commit
5970251026
@ -110,6 +110,7 @@ int main() {
|
||||
|
||||
|
||||
std::cout << "======= 64 bits " << std::endl;
|
||||
Assert(basic_test_64bit("1.0000000000000006661338147750939242541790008544921875",1.0000000000000007));
|
||||
Assert(basic_test_64bit("1090544144181609348835077142190",0x1.b8779f2474dfbp+99));
|
||||
Assert(basic_test_64bit("2.2250738585072013e-308",2.2250738585072013e-308));
|
||||
Assert(basic_test_64bit("-92666518056446206563E3", -92666518056446206563E3));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user