]> Cypherpunks repositories - gostls13.git/commit
math: add available godoc link
authorcui fliter <imcusg@gmail.com>
Sat, 14 Oct 2023 13:09:16 +0000 (21:09 +0800)
committerGopher Robot <gobot@golang.org>
Thu, 19 Oct 2023 11:59:09 +0000 (11:59 +0000)
commitd57303e65f00b84b528ee682747dbe1fd3316d30
tree670caab8b1c18faa08ee01d63f36e5ff07fa4ccd
parentbb53047f5497f1a6e38f4784db58e94d7e69fc5c
math: add available godoc link

Change-Id: I4a6c2ef6fd21355952ab7d8eaad883646a95d364
Reviewed-on: https://go-review.googlesource.com/c/go/+/535087
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Than McIntosh <thanm@google.com>
24 files changed:
src/math/big/doc.go
src/math/big/float.go
src/math/big/floatconv.go
src/math/big/floatmarsh.go
src/math/big/ftoa.go
src/math/big/int.go
src/math/big/intconv.go
src/math/big/intmarsh.go
src/math/big/rat.go
src/math/big/ratmarsh.go
src/math/bits/bits.go
src/math/cmplx/pow.go
src/math/erfinv.go
src/math/exp.go
src/math/expm1.go
src/math/hypot.go
src/math/ldexp.go
src/math/lgamma.go
src/math/log10.go
src/math/log1p.go
src/math/rand/exp.go
src/math/rand/normal.go
src/math/rand/rand.go
src/math/rand/zipf.go