var github.com/jackc/pgtype.big0
11 uses
github.com/jackc/pgtype (current package)
numeric.go#L23: var big0 *big.Int = big.NewInt(0)
numeric.go#L298: if normalizedInt.Cmp(big0) < 0 {
numeric.go#L309: if normalizedInt.Cmp(big0) < 0 {
numeric.go#L320: if normalizedInt.Cmp(big0) < 0 {
numeric.go#L331: if normalizedInt.Cmp(big0) < 0 {
numeric.go#L342: if normalizedInt.Cmp(big0) < 0 {
numeric.go#L379: if remainder.Cmp(big0) != 0 {
numeric.go#L530: if remainder.Cmp(big0) != 0 {
numeric.go#L600: if src.Int.Cmp(big0) < 0 {
numeric.go#L638: for wholePart.Cmp(big0) != 0 {
numeric.go#L643: if fracPart.Cmp(big0) != 0 {
![]() |
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. |