MCPcopy Create free account
hub / github.com/cockroachdb/apd / roundFloor

Function roundFloor

round.go:199–201  ·  view source on GitHub ↗
(result *BigInt, neg bool, half int)

Source from the content-addressed store, hash-verified

197}
198
199func roundFloor(result *BigInt, neg bool, half int) bool {
200 return neg
201}
202
203func roundCeiling(result *BigInt, neg bool, half int) bool {
204 return !neg

Callers 1

ShouldAddOneMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…