func math/big.umax32
7 uses
math/big (current package)
float.go#L598: z.prec = umax32(bits, 64)
float.go#L624: z.prec = umax32(a.prec, b.prec)
float.go#L1448: z.prec = umax32(x.prec, y.prec)
float.go#L1522: z.prec = umax32(x.prec, y.prec)
float.go#L1589: z.prec = umax32(x.prec, y.prec)
float.go#L1634: z.prec = umax32(x.prec, y.prec)
float.go#L1725: func umax32(x, y uint32) uint32 {
![]() |
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. |