math/big.nat.sqr (method)
19 uses
math/big (current package)
float.go#L1324: z.mant = z.mant.sqr(x.mant)
int.go#L164: z.abs = z.abs.sqr(x.abs)
nat.go#L560: func (z nat) sqr(x nat) nat {
nat.go#L608: t = t.sqr(x1)
nat.go#L1283: zz = zz.sqr(z)
nat.go#L1303: zz = zz.sqr(z)
nat.go#L1336: *p = p.sqr(*p2)
nat.go#L1353: zz = zz.sqr(z)
nat.go#L1358: zz = zz.sqr(z)
nat.go#L1363: zz = zz.sqr(z)
nat.go#L1368: zz = zz.sqr(z)
natconv.go#L491: table[i].bbb = nat(nil).sqr(table[i-1].bbb)
prime.go#L111: y = y.sqr(y)
prime.go#L197: t1 = t1.sqr(t1)
prime.go#L262: t1 = t1.sqr(vk1)
prime.go#L273: t1 = t1.sqr(vk)
prime.go#L315: t1 = t1.sqr(vk)
rat.go#L518: z.a.abs = z.a.abs.sqr(x.a.abs)
rat.go#L522: z.b.abs = z.b.abs.sqr(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. |