package basic import "math" const rad = math.Pi / 180.0 const deg = 180.0 / math.Pi