math/big.Rat.Cmp (method)
2 uses
math/big (current package)
rat.go#L486: func (x *Rat) Cmp(y *Rat) int {
go/constant
value.go#L1369: return cmpZero(x.val.Cmp(y.(ratVal).val), op)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)