1
0
mirror of https://github.com/golang/go synced 2024-10-04 22:31:22 -06:00
go/src/pkg/math
2011-11-28 13:04:52 -08:00
..
big math/big: use recursive subdivision for significant speedup 2011-11-27 11:10:59 -08: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 go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
all_test.go math: improved high-angle test for Cos, Sin and Tan 2011-11-04 15:35:59 -04: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: update special-conditions comments to use ± symbol 2011-11-28 13:04:52 -08: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 go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07: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 src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
copysign.go
dim_amd64.s math: remove the leading F from Fabs etc. 2011-09-29 09:54:20 -07:00
dim_decl.go math: remove the leading F from Fabs etc. 2011-09-29 09:54:20 -07:00
dim.go math: remove the leading F from Fabs etc. 2011-09-29 09:54:20 -07: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
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: update special-conditions comments to use ± symbol 2011-11-28 13:04:52 -08: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 pkg: spelling tweaks, I-Z 2011-05-30 18:02:59 +10:00
logb.go
Makefile math: remove the leading F from Fabs etc. 2011-09-29 09:54:20 -07: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: remove the leading F from Fabs etc. 2011-09-29 09:54:20 -07: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
pow10.go math: fix Pow10 loop 2011-08-24 13:59:52 -04: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: remove the leading F from Fabs etc. 2011-09-29 09:54:20 -07:00
signbit.go
sin_386.s
sin_decl.go
sin.go math: Improved accuracy for Sin and Cos. 2011-10-31 14:26:05 -04:00
sincos_386.s
sincos_amd64.s
sincos_decl.go
sincos.go math: update special-conditions comments to use ± symbol 2011-11-28 13:04:52 -08:00
sinh.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07: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: improved accuracy for Tan 2011-11-02 14:01:21 -04:00
tanh.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
unsafe.go