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