package math import "math" func DecToRad(deg float64) float64 { return deg * (math.Pi / 180) }