Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
func
Round(a float64) int {
17
return
int(math.Round(a))
18
}
19
20
func
RoundToEven(a float64) int {
21
return
int(math.RoundToEven(a))
Callers
2
Scale
Function · 0.85
Shrink
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected