//
pkg.gl
Category
github.com/Luzifer/go_helpers/v2
float
package
2.25.0
Repository:
https://github.com/luzifer/go_helpers.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
4 SLOC
#
Functions
Round
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().