1
0
mirror of https://github.com/golang/go synced 2024-11-26 17:07:09 -07:00
go/src/math
Ian Lance Taylor 65db95d0ed math: document that Min/Max differ from min/max
For #59488
Fixes #60616

Change-Id: Idf9f42d7d868999664652dd7b478684a474f1d96
Reviewed-on: https://go-review.googlesource.com/c/go/+/501355
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Rob Pike <r@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
2023-06-15 19:45:12 +00:00
..
big math/big: rename Int.ToFloat64 to Float64 2023-06-02 14:22:24 +00:00
bits math/bits: directly calculate quo/rem when hi is zero in Div64 2022-11-14 05:09:39 +00:00
cmplx all: add missing periods in comments 2022-11-18 17:59:44 +00:00
rand math/rand: clarify Seed deprecation note 2023-04-04 20:18:09 +00:00
abs.go
acos_s390x.s
acosh_s390x.s
acosh.go
all_test.go Revert "math: add Compare and Compare32" 2023-05-31 21:19:39 +00:00
arith_s390x_test.go
arith_s390x.go
asin_s390x.s
asin.go
asinh_s390x.s
asinh.go all: fix mismatched symbols 2023-06-13 20:02:49 +00:00
atan2_s390x.s
atan2.go
atan_s390x.s
atan.go
atanh_s390x.s all: replace leading spaces with tabs in assembly 2023-03-23 20:52:57 +00:00
atanh.go
bits.go
cbrt_s390x.s
cbrt.go
const_test.go
const.go math: show value of integer constants in comments 2022-09-21 14:07:39 +00:00
copysign.go
cosh_s390x.s
dim_amd64.s
dim_arm64.s
dim_asm.go
dim_noasm.go
dim_riscv64.s
dim_s390x.s
dim.go math: document that Min/Max differ from min/max 2023-06-15 19:45:12 +00:00
erf_s390x.s
erf.go
erfc_s390x.s
erfinv.go
example_test.go
exp2_asm.go
exp2_noasm.go
exp_amd64.go
exp_amd64.s
exp_arm64.s
exp_asm.go
exp_noasm.go
exp_s390x.s
exp.go
expm1_s390x.s
expm1.go
export_s390x_test.go
export_test.go
floor_386.s
floor_amd64.s
floor_arm64.s
floor_asm.go
floor_noasm.go
floor_ppc64x.s
floor_s390x.s
floor_wasm.s
floor.go
fma.go
frexp.go
gamma.go
huge_test.go
hypot_386.s
hypot_amd64.s
hypot_asm.go
hypot_noasm.go
hypot.go math: optimize Hypot function 2022-10-01 01:51:35 +00:00
j0.go
j1.go
jn.go
ldexp.go
lgamma.go
log1p_s390x.s
log1p.go
log10_s390x.s
log10.go
log_amd64.s all: replace leading spaces with tabs in assembly 2023-03-23 20:52:57 +00:00
log_asm.go
log_s390x.s
log_stub.go
log.go
logb.go math: fix function name in comment 2022-11-07 19:46:45 +00:00
mod.go
modf_arm64.s
modf_asm.go
modf_noasm.go
modf_ppc64x.s
modf.go
nextafter.go
pow10.go
pow_s390x.s all: fix spelling errors 2023-06-14 00:03:57 +00:00
pow.go math: handle int64 overflows for odd integer exponents in Pow(-0, y) 2023-01-24 19:10:58 +00:00
remainder.go
signbit.go
sin_s390x.s
sin.go
sincos.go
sinh_s390x.s
sinh.go
sqrt.go cmd/compile,math: remove all sqrt assembly code 2022-08-15 17:07:57 +00:00
stubs_s390x.s
stubs.go
tan_s390x.s
tan.go
tanh_s390x.s
tanh.go
trig_reduce.go
unsafe.go