mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-06 16:56:57 +08:00
Adding another test.
This commit is contained in:
parent
716c87067e
commit
d59ec8f1f1
@ -295,6 +295,7 @@ TEST_CASE("64bit.inf") {
|
|||||||
|
|
||||||
TEST_CASE("64bit.general") {
|
TEST_CASE("64bit.general") {
|
||||||
verify("9007199254740993.0", 0x1p+53);
|
verify("9007199254740993.0", 0x1p+53);
|
||||||
|
verify("860228122.6654514319E+90", 0x1.92bb20990715fp+328);
|
||||||
verify(append_zeros("9007199254740993.0",1000), 0x1p+53);
|
verify(append_zeros("9007199254740993.0",1000), 0x1p+53);
|
||||||
verify("10000000000000000000", 0x1.158e460913dp+63);
|
verify("10000000000000000000", 0x1.158e460913dp+63);
|
||||||
verify("10000000000000000000000000000001000000000000", 0x1.cb2d6f618c879p+142);
|
verify("10000000000000000000000000000001000000000000", 0x1.cb2d6f618c879p+142);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user