Hacker News new | ask | show | jobs
by SeasonalEnnui 2324 days ago
I have experience with VHF radio emulation, so I wanted to ask what formula you're using for ranging?

I've found the haversine formula to be a robust compromise between accuracy and computational complexity, where on a typical day, I'm doing 5000-200000 haversine calculations a second.

1 comments

Yup, using Haversine.