MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / Round

Function Round

imath/imath.go:16–18  ·  view source on GitHub ↗
(a float64)

Source from the content-addressed store, hash-verified

14}
15
16func Round(a float64) int {
17 return int(math.Round(a))
18}
19
20func RoundToEven(a float64) int {
21 return int(math.RoundToEven(a))

Callers 2

ScaleFunction · 0.85
ShrinkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected