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

Function roundDown

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

Source from the content-addressed store, hash-verified

161)
162
163func roundDown(result *BigInt, neg bool, half int) bool {
164 return false
165}
166
167func roundUp(result *BigInt, neg bool, half int) bool {
168 return true

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…