Versions in this module Expand all Collapse all v0 v0.0.5 Aug 30, 2021 v0.0.4 Aug 19, 2021 Changes in this version + func MathUtils_DistanceFloat(aX, aY, bX, bY float64) float64 + func MathUtils_DistanceInt(aX, aY, bX, bY int) float64 + func MathUtils_Round(d float64) int + func MathUtils_Sum(arr []int) int