gcassert:inline
(d, x *Decimal)
| 23 | |
| 24 | //gcassert:inline |
| 25 | func (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. |
| 30 | type Rounder string |