1
0
mirror of https://github.com/golang/go synced 2024-11-19 12:44:51 -07:00
go/src/math
Russ Cox 3f69822a9a math/rand: export Source64, mainly for documentation value
There is some code value too: types intending to implement
Source64 can write a conversion confirming that.

For #4254 and the Go 1.8 release notes.

Change-Id: I7fc350a84f3a963e4dab317ad228fa340dda5c66
Reviewed-on: https://go-review.googlesource.com/33456
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-11-23 04:29:25 +00:00
..
big math/big: add Baillie-PSW test to (*Int).ProbablyPrime 2016-11-22 02:05:47 +00:00
cmplx math/cmplx: prevent infinite loop in tanSeries 2016-10-25 18:32:22 +00:00
rand math/rand: export Source64, mainly for documentation value 2016-11-23 04:29:25 +00:00
abs.go
acosh.go
all_test.go math: fix Gamma(-171.5) on all platforms 2016-10-06 14:53:09 +00:00
arith_s390x_test.go math: use SIMD to accelerate some scalar math functions on s390x 2016-11-11 20:20:23 +00:00
arith_s390x.go math: use SIMD to accelerate some scalar math functions on s390x 2016-11-11 20:20:23 +00:00
asin_386.s
asin_amd64.s
asin_amd64p32.s
asin_arm.s
asin.go
asinh.go
atan2_386.s
atan2_amd64.s
atan2_amd64p32.s
atan2_arm.s
atan2.go
atan_386.s
atan_amd64.s
atan_amd64p32.s
atan_arm.s
atan.go
atanh.go
bits.go
cbrt.go
const.go
copysign.go
cosh_s390x.s math: use SIMD to accelerate some scalar math functions on s390x 2016-11-11 20:20:23 +00:00
dim_386.s
dim_amd64.s
dim_amd64p32.s
dim_arm64.s math: add some assembly implementations on ARM64 2016-09-27 23:52:12 +00:00
dim_arm.s
dim_s390x.s
dim.go
erf.go
exp2_386.s
exp2_amd64.s
exp2_amd64p32.s
exp2_arm.s
exp_386.s math: use portable Exp instead of 387 instructions on 386 2016-10-05 03:53:11 +00:00
exp_amd64.s
exp_amd64p32.s
exp_arm.s
exp.go
expm1_386.s
expm1_amd64.s
expm1_amd64p32.s
expm1_arm.s
expm1.go math,math/cmplx: fix linter issues 2016-10-24 23:25:46 +00:00
export_s390x_test.go math: use SIMD to accelerate some scalar math functions on s390x 2016-11-11 20:20:23 +00:00
export_test.go
floor_386.s
floor_amd64.s
floor_amd64p32.s
floor_arm64.s math: add some assembly implementations on ARM64 2016-09-27 23:52:12 +00:00
floor_arm.s
floor_asm.go
floor_ppc64x.s math, cmd/internal/obj/ppc64: improve floor, ceil, trunc with asm 2016-09-23 13:03:08 +00:00
floor_s390x.s math: optimize Ceil, Floor and Trunc on s390x 2016-08-26 17:27:13 +00:00
floor.go
frexp_386.s
frexp_amd64.s
frexp_amd64p32.s
frexp_arm.s
frexp.go
gamma.go math: speed up Gamma(+Inf) 2016-10-18 22:12:03 +00:00
hypot_386.s
hypot_amd64.s
hypot_amd64p32.s
hypot_arm.s
hypot.go
j0.go math: speed up bessel functions on AMD64 2016-08-31 14:45:29 +00:00
j1.go math: speed up bessel functions on AMD64 2016-08-31 14:45:29 +00:00
jn.go math,math/cmplx: fix linter issues 2016-10-24 23:25:46 +00:00
ldexp_386.s
ldexp_amd64.s
ldexp_amd64p32.s
ldexp_arm.s
ldexp.go
lgamma.go
log1p_386.s
log1p_amd64.s
log1p_amd64p32.s
log1p_arm.s
log1p.go math,math/cmplx: fix linter issues 2016-10-24 23:25:46 +00:00
log10_386.s
log10_amd64.s
log10_amd64p32.s
log10_arm.s
log10_s390x.s math: use SIMD to accelerate some scalar math functions on s390x 2016-11-11 20:20:23 +00:00
log10.go
log_386.s
log_amd64.s
log_amd64p32.s
log_arm.s
log.go
logb.go
mod_386.s
mod_amd64.s
mod_amd64p32.s
mod_arm.s
mod.go
modf_386.s all: fix assembly vet issues 2016-08-25 18:52:31 +00:00
modf_amd64.s
modf_amd64p32.s
modf_arm64.s all: minor vet fixes 2016-10-24 17:27:37 +00:00
modf_arm.s
modf.go
nextafter.go
pow10.go
pow.go
remainder_386.s
remainder_amd64.s
remainder_amd64p32.s
remainder_arm.s
remainder.go
signbit.go
sin_386.s
sin_amd64.s
sin_amd64p32.s
sin_arm.s
sin_s390x.s math: use SIMD to accelerate some scalar math functions on s390x 2016-11-11 20:20:23 +00:00
sin.go math,math/cmplx: fix linter issues 2016-10-24 23:25:46 +00:00
sincos_386.s
sincos_amd64.s
sincos_amd64p32.s
sincos_arm.s
sincos.go math,math/cmplx: fix linter issues 2016-10-24 23:25:46 +00:00
sinh_s390x.s math: use SIMD to accelerate some scalar math functions on s390x 2016-11-11 20:20:23 +00:00
sinh_stub.s math: use SIMD to accelerate some scalar math functions on s390x 2016-11-11 20:20:23 +00:00
sinh.go math: use SIMD to accelerate some scalar math functions on s390x 2016-11-11 20:20:23 +00:00
sqrt_386.s
sqrt_amd64.s math: make sqrt smaller on AMD64 2016-09-29 15:56:52 +00:00
sqrt_amd64p32.s
sqrt_arm64.s
sqrt_arm.s
sqrt_mipsx.s math, math/big: add support for GOARCH=mips{,le} 2016-11-03 22:55:06 +00:00
sqrt_ppc64x.s all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
sqrt_s390x.s
sqrt.go
stubs_arm64.s math: use SIMD to accelerate some scalar math functions on s390x 2016-11-11 20:20:23 +00:00
stubs_mips64x.s math: use SIMD to accelerate some scalar math functions on s390x 2016-11-11 20:20:23 +00:00
stubs_mipsx.s math: use SIMD to accelerate some scalar math functions on s390x 2016-11-11 20:20:23 +00:00
stubs_ppc64x.s math: use SIMD to accelerate some scalar math functions on s390x 2016-11-11 20:20:23 +00:00
stubs_s390x.s math: use SIMD to accelerate some scalar math functions on s390x 2016-11-11 20:20:23 +00:00
tan_386.s
tan_amd64.s
tan_amd64p32.s
tan_arm.s
tan.go math,math/cmplx: fix linter issues 2016-10-24 23:25:46 +00:00
tanh_s390x.s math: use SIMD to accelerate some scalar math functions on s390x 2016-11-11 20:20:23 +00:00
tanh.go math: use SIMD to accelerate some scalar math functions on s390x 2016-11-11 20:20:23 +00:00
unsafe.go