Test added.

This commit is contained in:
millb 2019-09-20 19:40:06 +03:00
parent 88adbb72d9
commit 4f24512ba4
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,7 @@
000000000000F03F
0000000000405940
00C84E676DC1AB43
2342920CA19CC73B
7DC39425AD49B254
2C616D8C9DF0423F
BA490C022BFF5EC0

View File

@ -0,0 +1,7 @@
SELECT hex(1.0);
SELECT hex(101.);
SELECT hex(1e+18);
SELECT hex(1e-20);
SELECT hex(1e+100);
SELECT hex(0.000578);
SELECt hex(-123.987);