1
0
mirror of https://github.com/golang/go synced 2024-10-04 15:11:20 -06:00
go/src/pkg/math
Devon H. O'Dell 4ffbff14b3 math: Change veryclose to close for Sinh and Exp tests.
Fixes #550.

R=rsc
CC=eds, golang-dev, jtomaschke
https://golang.org/cl/196063
2010-01-29 12:54:05 -08:00
..
all_test.go math: Change veryclose to close for Sinh and Exp tests. 2010-01-29 12:54:05 -08:00
asin_386.s in C and asm, replace pkg·name with ·name 2010-01-25 18:52:55 -08:00
asin_decl.go math: 386 FPU functions 2010-01-15 13:21:36 -08:00
asin.go Clean up and make consistent the comments in the math package. 2010-01-12 07:38:31 +11:00
atan2.go 1) Change default gofmt default settings for 2009-12-15 15:35:38 -08:00
atan_386.s in C and asm, replace pkg·name with ·name 2010-01-25 18:52:55 -08:00
atan_decl.go math: 386 FPU functions 2010-01-15 13:21:36 -08:00
atan.go Clean up and make consistent the comments in the math package. 2010-01-12 07:38:31 +11:00
bits.go math: faster, easier to inline IsNaN, IsInf 2009-12-15 17:21:01 -08:00
const.go 1) Change default gofmt default settings for 2009-12-15 15:35:38 -08:00
exp_386.s in C and asm, replace pkg·name with ·name 2010-01-25 18:52:55 -08:00
exp_decl.go math: 386 FPU functions 2010-01-15 13:21:36 -08:00
exp.go math: special cases for Ceil, Exp, Floor, Log, Log10 2010-01-11 21:28:02 -08:00
fabs_386.s in C and asm, replace pkg·name with ·name 2010-01-25 18:52:55 -08:00
fabs_decl.go math: 386 FPU functions 2010-01-15 13:21:36 -08:00
fabs.go 1) Change default gofmt default settings for 2009-12-15 15:35:38 -08:00
floor_386.s in C and asm, replace pkg·name with ·name 2010-01-25 18:52:55 -08:00
floor_decl.go math: 386 FPU functions 2010-01-15 13:21:36 -08:00
floor.go math: special cases for Ceil, Exp, Floor, Log, Log10 2010-01-11 21:28:02 -08:00
fmod.go math: special cases for Fmod 2010-01-11 16:20:51 -08:00
hypot_386.s math: 386 FPU hypot 2010-01-26 12:53:02 -08:00
hypot_decl.go math: 386 FPU hypot 2010-01-26 12:53:02 -08:00
hypot.go math: special cases for Hypot 2010-01-15 13:21:47 -08:00
log_386.s in C and asm, replace pkg·name with ·name 2010-01-25 18:52:55 -08:00
log_decl.go math: 386 FPU functions 2010-01-15 13:21:36 -08:00
log.go math: special cases for Ceil, Exp, Floor, Log, Log10 2010-01-11 21:28:02 -08:00
Makefile math: 386 FPU hypot 2010-01-26 12:53:02 -08:00
pow10.go Clean up and make consistent the comments in the math package. 2010-01-12 07:38:31 +11:00
pow.go math: special cases for Pow 2009-12-15 20:43:12 -08:00
sin_386.s in C and asm, replace pkg·name with ·name 2010-01-25 18:52:55 -08:00
sin_decl.go math: 386 FPU functions 2010-01-15 13:21:36 -08:00
sin.go Clean up and make consistent the comments in the math package. 2010-01-12 07:38:31 +11:00
sinh.go Clean up and make consistent the comments in the math package. 2010-01-12 07:38:31 +11:00
sqrt_386.s in C and asm, replace pkg·name with ·name 2010-01-25 18:52:55 -08:00
sqrt_amd64.s in C and asm, replace pkg·name with ·name 2010-01-25 18:52:55 -08:00
sqrt_decl.go apply gofmt to malloc math once os 2009-10-06 19:40:35 -07:00
sqrt_port.go Clean up and make consistent the comments in the math package. 2010-01-12 07:38:31 +11:00
sqrt_test.go math: fix pow10 comment, test portable Sqrt 2010-01-11 11:25:37 -08:00
sqrt.go math: 386 FPU hypot 2010-01-26 12:53:02 -08:00
tan_386.s in C and asm, replace pkg·name with ·name 2010-01-25 18:52:55 -08:00
tan_decl.go math: 386 FPU functions 2010-01-15 13:21:36 -08:00
tan.go Clean up and make consistent the comments in the math package. 2010-01-12 07:38:31 +11:00
tanh.go Clean up and make consistent the comments in the math package. 2010-01-12 07:38:31 +11:00
unsafe.go 1) Change default gofmt default settings for 2009-12-15 15:35:38 -08:00