Added a test

This commit is contained in:
Alexey Milovidov 2019-12-09 03:20:34 +03:00
parent b977aa3cdf
commit 2afdb4f6a8
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,8 @@
111194.93
111194.93
110567.33
111699.25
10007543
10007543
10007543
10001780

View File

@ -0,0 +1,11 @@
SELECT greatCircleDistance(0., 0., 0., 1.);
SELECT greatCircleDistance(0., 89., 0, 90.);
SELECT geoDistance(0., 0., 0., 1.);
SELECT geoDistance(0., 89., 0., 90.);
SELECT greatCircleDistance(0., 0., 90., 0.);
SELECT greatCircleDistance(0., 0., 0., 90.);
SELECT geoDistance(0., 0., 90., 0.);
SELECT geoDistance(0., 0., 0., 90.);