math/big.Int.scaleDenom (method)
9 uses
math/big (current package)
rat.go#L471: func (z *Int) scaleDenom(x *Int, f nat) {
rat.go#L488: a.scaleDenom(&x.a, y.b.abs)
rat.go#L489: b.scaleDenom(&y.a, x.b.abs)
rat.go#L496: a1.scaleDenom(&x.a, y.b.abs)
rat.go#L497: a2.scaleDenom(&y.a, x.b.abs)
rat.go#L506: a1.scaleDenom(&x.a, y.b.abs)
rat.go#L507: a2.scaleDenom(&y.a, x.b.abs)
rat.go#L538: a.scaleDenom(&x.a, y.b.abs)
rat.go#L539: b.scaleDenom(&y.a, x.b.abs)
![]() |
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. |