Haversine formula now on GitHub

The C implementation of the Haversine formula I ported from Javascript is now hosted on GitHub. The project from this website is now up on GitHub for anyone to view. I also plan to do some updates to the code since C++14 has been out and has a lot of good features to add.

Popular post

I’m surprised what people find interesting on my website. The most popular post is actually the Haversine formula page. Thinking about it, that whole process was a real pain in the butt to implement, so I can see that if someone else had to do it, that I could actually save them some time and … Read more