1
0
mirror of https://github.com/golang/go synced 2024-11-24 10:20:01 -07:00
go/src/math
Russ Cox 81431c7aa7 all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments
go/doc in all its forms applies this replacement when rendering
the comments. We are considering formatting doc comments,
including doing this replacement as part of the formatting.
Apply it to our source files ahead of time.

For #51082.

Change-Id: Ifcc1f5861abb57c5d14e7d8c2102dfb31b7a3a19
Reviewed-on: https://go-review.googlesource.com/c/go/+/384262
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2022-04-05 17:52:29 +00:00
..
big all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments 2022-04-05 17:52:29 +00:00
bits all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
cmplx all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments 2022-04-05 17:52:29 +00:00
rand all: remove trailing blank doc comment lines 2022-04-01 18:18:07 +00:00
abs.go
acos_s390x.s
acosh_s390x.s
acosh.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
all_test.go math: don't use integer division that truncates to zero 2022-03-05 21:19:15 +00:00
arith_s390x_test.go
arith_s390x.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
asin_s390x.s
asin.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
asinh_s390x.s
asinh.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
atan2_s390x.s
atan2.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
atan_s390x.s
atan.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
atanh_s390x.s
atanh.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
bits.go all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments 2022-04-05 17:52:29 +00:00
cbrt_s390x.s
cbrt.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
const_test.go math: add MaxUint, MinInt, MaxInt 2021-05-03 22:44:33 +00:00
const.go math: add MaxUint, MinInt, MaxInt 2021-05-03 22:44:33 +00:00
copysign.go
cosh_s390x.s
dim_amd64.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
dim_arm64.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
dim_asm.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
dim_noasm.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
dim_riscv64.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
dim_s390x.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
dim.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
erf_s390x.s
erf.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
erfc_s390x.s
erfinv.go
example_test.go math: add Remainder example 2021-10-07 18:09:53 +00:00
exp2_asm.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
exp2_noasm.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
exp_amd64.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
exp_amd64.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
exp_arm64.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
exp_asm.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
exp_noasm.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
exp_s390x.s
exp.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
expm1_s390x.s
expm1.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
export_s390x_test.go
export_test.go
floor_386.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
floor_amd64.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
floor_arm64.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
floor_asm.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
floor_noasm.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
floor_ppc64x.s all: add //go:build lines to assembly files 2021-05-13 09:12:17 +00:00
floor_s390x.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
floor_wasm.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
floor.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
fma.go math: simplify comparison in FMA when swapping p and z 2021-03-29 06:45:05 +00:00
frexp.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
gamma.go
huge_test.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
hypot_386.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
hypot_amd64.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
hypot_asm.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
hypot_noasm.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
hypot.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
j0.go
j1.go
jn.go
ldexp.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
lgamma.go
log1p_s390x.s
log1p.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
log10_s390x.s
log10.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
log_amd64.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
log_asm.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
log_s390x.s
log_stub.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
log.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
logb.go
mod.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
modf_arm64.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
modf_asm.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
modf_noasm.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
modf_ppc64x.s all: add //go:build lines to assembly files 2021-05-13 09:12:17 +00:00
modf.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
nextafter.go
pow10.go
pow_s390x.s
pow.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
remainder.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
signbit.go
sin_s390x.s
sin.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
sincos.go
sinh_s390x.s all: fix typos 2021-08-17 13:54:10 +00:00
sinh.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
sqrt_386.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
sqrt_amd64.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
sqrt_arm64.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
sqrt_arm.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
sqrt_asm.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
sqrt_mipsx.s all: add //go:build lines to assembly files 2021-05-13 09:12:17 +00:00
sqrt_noasm.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
sqrt_ppc64x.s all: add //go:build lines to assembly files 2021-05-13 09:12:17 +00:00
sqrt_riscv64.s all: add //go:build lines to assembly files 2021-05-13 09:12:17 +00:00
sqrt_s390x.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
sqrt_wasm.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
sqrt.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
stubs_s390x.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
stubs.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
tan_s390x.s all: fix typos 2021-08-17 13:54:10 +00:00
tan.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
tanh_s390x.s
tanh.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
trig_reduce.go
unsafe.go