package
2.25.0
Repository: https://github.com/luzifer/go_helpers.git
Documentation: pkg.go.dev

# Functions

Round returns a float rounded according to "Round to nearest, ties away from zero" IEEE floaing point rounding rule Deprecated: Starting with Go1.10 this should be replaced with math.Round().