Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaschen committed Jul 1, 2024
1 parent 2df3dc5 commit 587bf78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/400_Calculations/410_Distance_and_Length.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ The code above will produce the output below:
128130.850
```

!!! warning "WARNING"
Vincenty's formular can fail to converge for (nearly) antipodal points. [See also](http://www.movable-type.co.uk/scripts/latlong-vincenty.html).

## Distance Between Two Points (Haversine Formula)

There exist different methods for calculating the distance between
Expand Down

0 comments on commit 587bf78

Please sign in to comment.