mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00

Now checks for approximate floating point equality so that more doubles get properly disambiguated from integers
31 lines
958 B
Text
31 lines
958 B
Text
#separator \x09
|
|
#set_separator ,
|
|
#empty_field (empty)
|
|
#unset_field -
|
|
#path test
|
|
#open 2019-07-01-17-40-55
|
|
#fields d
|
|
#types double
|
|
2153226000.0
|
|
2153226000.1
|
|
2153226000.123457
|
|
1.0
|
|
1.1
|
|
1.123457
|
|
-1.123457
|
|
1.1234
|
|
0.1234
|
|
50000.0
|
|
-50000.0
|
|
3140000000000000.0
|
|
-3140000000000000.0
|
|
178999999999999996376899522972626047077637637819240219954027593177370961667659291027329061638406108931437333529420935752785895444161234074984843178962619172326295244262722141766382622299223626438470088150218987997954747866198184686628013966119769261150988554952970462018533787926725176560021258785656871583744.0
|
|
-178999999999999996376899522972626047077637637819240219954027593177370961667659291027329061638406108931437333529420935752785895444161234074984843178962619172326295244262722141766382622299223626438470088150218987997954747866198184686628013966119769261150988554952970462018533787926725176560021258785656871583744.0
|
|
0.000012
|
|
0.0
|
|
-0.0
|
|
inf
|
|
-inf
|
|
0.0
|
|
nan
|
|
#close 2019-07-01-17-40-55
|