I've test two points' distance near pole using sentence
select degrees(q3c_dist(radians(0),radians(90),radians(180),radians(89.9)))
the distance should be 0.1 degree, but it returns "179.932445023645"
even
select degrees(q3c_dist(radians(0),radians(90),radians(180),radians(90)))
returns "179.932342092551"
I've test two points' distance near pole using sentence select degrees(q3c_dist(radians(0),radians(90),radians(180),radians(89.9))) the distance should be 0.1 degree, but it returns "179.932445023645" even select degrees(q3c_dist(radians(0),radians(90),radians(180),radians(90))) returns "179.932342092551"