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

Method round

round.go:25–27  ·  view source on GitHub ↗

gcassert:inline

(d, x *Decimal)

Source from the content-addressed store, hash-verified

23
24//gcassert:inline
25func (c *Context) round(d, x *Decimal) Condition {
26 return c.Rounding.Round(c, d, x, true /* disableIfPrecisionZero */)
27}
28
29// Rounder specifies the behavior of rounding.
30type Rounder string

Callers 14

RoundMethod · 0.95
addMethod · 0.95
AbsMethod · 0.95
NegMethod · 0.95
MulMethod · 0.95
RemMethod · 0.95
CbrtMethod · 0.95
LnMethod · 0.95
PowMethod · 0.95
QuantizeMethod · 0.95
ReduceMethod · 0.95
SetStringMethod · 0.95

Calls 1

RoundMethod · 0.45

Tested by

no test coverage detected