2020-10-30 15:12:15 +00:00
|
|
|
<test>
|
2019-10-14 10:13:32 +00:00
|
|
|
<!-- lon [-180; 180], lat [-90; 90] -->
|
2020-02-28 17:02:43 +00:00
|
|
|
<query>SELECT count() FROM numbers(1000000) WHERE NOT ignore(greatCircleDistance((rand(1) % 360) * 1. - 180, (number % 150) * 1.2 - 90, (number % 360) + toFloat64(rand(2)) / 4294967296 - 180, (rand(3) % 180) * 1. - 90))</query>
|
2019-10-14 10:13:32 +00:00
|
|
|
<!-- 55.755830, 37.617780 is center of Moscow -->
|
2020-03-11 11:22:10 +00:00
|
|
|
<query>SELECT count() FROM zeros(1000000) WHERE NOT ignore(greatCircleDistance(55. + toFloat64(rand(1)) / 4294967296, 37. + toFloat64(rand(2)) / 4294967296, 55. + toFloat64(rand(3)) / 4294967296, 37. + toFloat64(rand(4)) / 4294967296))</query>
|
2019-10-14 10:13:32 +00:00
|
|
|
</test>
|
|
|
|
|