Skip to content

vayam/gofigure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7cca5a3 · Oct 8, 2019

History

17 Commits
Sep 24, 2013
Oct 8, 2019
Sep 24, 2013
Oct 12, 2018

Repository files navigation

gofigure

gotta be something in go right?

###Package geo Haversine implementation in go

go get github.com/vayam/gofigure/geo

func Haversine(lat1, lon1, lat2, lon2 float64) float64
func Radians(deg float64) float64