var github.com/jackc/pgtype.big10
8 uses
github.com/jackc/pgtype (current package)
numeric.go#L25: var big10 *big.Int = big.NewInt(10)
numeric.go#L370: mul.Exp(big10, big.NewInt(int64(dst.Exp)), nil)
numeric.go#L376: div.Exp(big10, big.NewInt(int64(-dst.Exp)), nil)
numeric.go#L513: accum.Mul(accum, big10)
numeric.go#L519: accum.Div(accum, big10)
numeric.go#L529: reduced.DivMod(accum, big10, remainder)
numeric.go#L616: absInt.Mul(absInt, big10)
numeric.go#L629: divisor.Exp(big10, big.NewInt(int64(-exp)), nil)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |