type math/big.RoundingMode
9 uses
math/big (current package)
float.go#L67: mode RoundingMode
float.go#L132: type RoundingMode byte
float.go#L136: ToNearestEven RoundingMode = iota // == IEEE 754-2008 roundTiesToEven
float.go#L200: func (z *Float) SetMode(mode RoundingMode) *Float {
float.go#L223: func (x *Float) Mode() RoundingMode {
floatconv.go#L289: func ParseFloat(s string, base int, prec uint, mode RoundingMode) (f *Float, b int, err error) {
floatmarsh.go#L79: z.mode = RoundingMode((b >> 5) & 7)
roundingmode_string.go#L11: func (i RoundingMode) String() string {
roundingmode_string.go#L12: if i >= RoundingMode(len(_RoundingMode_index)-1) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)