1
0
mirror of https://github.com/golang/go synced 2024-10-04 11:21:21 -06:00
go/src/pkg/math
Charles L. Dorian f5c211172b math: fix special cases in Nextafter
Nextafter(0, -1) != -0.

R=rsc, golang-dev
CC=golang-dev
https://golang.org/cl/5467060
2011-12-12 15:51:11 -05:00
..
big update tree for new default type rule 2011-12-08 22:08:03 -05:00
cmplx renaming_1: hand-edited files for go 1 renaming 2011-11-08 15:38:47 -08:00
rand renaming_1: hand-edited files for go 1 renaming 2011-11-08 15:38:47 -08:00
abs_386.s math: remove the leading F from Fabs etc. 2011-09-29 09:54:20 -07:00
abs_amd64.s math: remove the leading F from Fabs etc. 2011-09-29 09:54:20 -07:00
abs_decl.go math: remove the leading F from Fabs etc. 2011-09-29 09:54:20 -07:00
abs.go math: update special-conditions comments to use ± symbol 2011-11-28 13:04:52 -08:00
acosh.go math: document more special cases 2011-12-08 17:07:13 -05:00
all_test.go math: fix special cases in Nextafter 2011-12-12 15:51:11 -05:00
asin_386.s
asin_decl.go
asin.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
asinh.go math: document more special cases 2011-12-08 17:07:13 -05:00
atan2_386.s build: clear execute bit from source files 2011-10-06 18:33:13 +09:00
atan2_decl.go build: clear execute bit from Go files 2011-09-05 07:48:42 -04:00
atan2.go
atan_386.s
atan_decl.go
atan.go
atanh.go math: document more special cases 2011-12-08 17:07:13 -05:00
bits.go math: remove the leading F from Fabs etc. 2011-09-29 09:54:20 -07:00
cbrt.go math: faster Cbrt 2011-11-21 09:56:07 -05:00
const.go math: special cases for Pow10; delete BUG 2011-12-08 22:06:33 -05:00
copysign.go
dim_amd64.s math: document special-cases behavior for Dim, Max and Min 2011-12-07 14:52:17 -05:00
dim_decl.go math: remove the leading F from Fabs etc. 2011-09-29 09:54:20 -07:00
dim.go math: document special-cases behavior for Dim, Max and Min 2011-12-07 14:52:17 -05:00
erf.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
exp2_386.s
exp2_decl.go
exp2.go
exp_386.s
exp_amd64.s
exp_decl.go
exp_port.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
exp_test.go
exp.go math: improve accuracy of Exp2 2010-12-06 16:24:51 -05:00
expm1_386.s
expm1_decl.go
expm1.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
floor_386.s
floor_decl.go
floor.go math: document more special cases 2011-12-08 17:07:13 -05:00
fltasm_amd64.s
frexp_386.s
frexp_decl.go
frexp.go
gamma.go math: update special-conditions comments to use ± symbol 2011-11-28 13:04:52 -08:00
hypot_386.s
hypot_amd64.s
hypot_decl.go
hypot_port.go
hypot_test.go
hypot.go
j0.go
j1.go
jn.go math: remove the leading F from Fabs etc. 2011-09-29 09:54:20 -07:00
ldexp_386.s
ldexp_decl.go
ldexp.go
lgamma.go math: faster Lgamma 2011-11-09 15:44:49 -05:00
log1p_386.s
log1p_decl.go
log1p.go math: fix typo in Log1p comments 2011-11-27 18:01:08 -08:00
log10_386.s
log10_decl.go
log10.go
log_386.s
log_amd64.s
log_decl.go
log.go
logb.go
Makefile math: faster Sincos 2011-11-30 15:11:44 -05:00
mod_386.s math: remove the leading F from Fabs etc. 2011-09-29 09:54:20 -07:00
mod_decl.go math: remove the leading F from Fabs etc. 2011-09-29 09:54:20 -07:00
mod.go math: document more special cases 2011-12-08 17:07:13 -05:00
modf_386.s
modf_decl.go
modf.go math: update special-conditions comments to use ± symbol 2011-11-28 13:04:52 -08:00
nextafter.go math: fix special cases in Nextafter 2011-12-12 15:51:11 -05:00
pow10.go math: special cases for Pow10; delete BUG 2011-12-08 22:06:33 -05:00
pow.go math: remove the leading F from Fabs etc. 2011-09-29 09:54:20 -07:00
remainder_386.s
remainder_decl.go
remainder.go math: document more special cases 2011-12-08 17:07:13 -05:00
signbit.go
sin_386.s
sin_decl.go
sin.go math: document special-cases behavior for Dim, Max and Min 2011-12-07 14:52:17 -05:00
sincos_386.s
sincos_amd64.s
sincos_decl.go
sincos.go math: add special-cases comments to Sinh and Tanh. 2011-12-05 14:01:24 -05:00
sinh.go math: add special-cases comments to Sinh and Tanh. 2011-12-05 14:01:24 -05:00
sqrt_386.s
sqrt_amd64.s
sqrt_arm.s math: add sqrt_arm.s and sqrtGoC.go as fallback to soft fp emulation 2011-06-09 17:19:08 -04:00
sqrt_decl.go
sqrt_port.go math: add sqrt_arm.s and sqrtGoC.go as fallback to soft fp emulation 2011-06-09 17:19:08 -04:00
sqrt_test.go
sqrt.go
tan_386.s
tan_decl.go
tan.go math: add special-cases comments to Sinh and Tanh. 2011-12-05 14:01:24 -05:00
tanh.go math: add special-cases comments to Sinh and Tanh. 2011-12-05 14:01:24 -05:00
unsafe.go