.. |
big
|
math/big: make tests faster by reducing coverage in --test.short mode.
|
2013-01-30 18:19:58 -05:00 |
cmplx
|
build: remove Make.pkg, Make.tool
|
2012-01-30 23:43:46 -05:00 |
rand
|
math/rand: fix typo in example comment.
|
2012-12-08 19:20:38 +11:00 |
abs_386.s
|
|
|
abs_amd64.s
|
|
|
abs_arm.s
|
all: match asm variable names to Go func declarations
|
2012-09-21 00:35:56 -04:00 |
abs.go
|
|
|
acosh.go
|
math: make function documentation more regular
|
2012-04-06 14:01:12 -04:00 |
all_test.go
|
math: handle exponent separately in Log2
|
2012-12-20 12:23:27 -05:00 |
asin_386.s
|
|
|
asin_amd64.s
|
|
|
asin_arm.s
|
|
|
asin.go
|
|
|
asinh.go
|
math: make function documentation more regular
|
2012-04-06 14:01:12 -04:00 |
atan2_386.s
|
|
|
atan2_amd64.s
|
|
|
atan2_arm.s
|
|
|
atan2.go
|
pkg/math: undo manual inlining of IsInf and IsNaN
|
2012-02-01 16:08:31 +01:00 |
atan_386.s
|
|
|
atan_amd64.s
|
|
|
atan_arm.s
|
|
|
atan.go
|
math: improve Atan, Asin and Acos accuracy
|
2012-06-24 19:39:07 -04:00 |
atanh.go
|
math: make function documentation more regular
|
2012-04-06 14:01:12 -04:00 |
bits.go
|
math, runtime: use a NaN that matches gcc's
|
2012-08-07 09:57:14 +08:00 |
cbrt.go
|
math: make function documentation more regular
|
2012-04-06 14:01:12 -04:00 |
const.go
|
math: slightly more readable comments
|
2012-02-23 10:17:24 -08:00 |
copysign.go
|
math: make function documentation more regular
|
2012-04-06 14:01:12 -04:00 |
dim_386.s
|
|
|
dim_amd64.s
|
math: update definition of NaN in assembly language files
|
2012-08-09 09:40:05 +10:00 |
dim_arm.s
|
|
|
dim.go
|
pkg/math: undo manual inlining of IsInf and IsNaN
|
2012-02-01 16:08:31 +01:00 |
erf.go
|
math: make function documentation more regular
|
2012-04-06 14:01:12 -04:00 |
exp2_386.s
|
|
|
exp2_amd64.s
|
|
|
exp2_arm.s
|
|
|
exp_386.s
|
|
|
exp_amd64.s
|
|
|
exp_arm.s
|
|
|
exp.go
|
pkg/math: undo manual inlining of IsInf and IsNaN
|
2012-02-01 16:08:31 +01:00 |
expm1_386.s
|
|
|
expm1_amd64.s
|
|
|
expm1_arm.s
|
|
|
expm1.go
|
pkg/math: undo manual inlining of IsInf and IsNaN
|
2012-02-01 16:08:31 +01:00 |
export_test.go
|
|
|
floor_386.s
|
|
|
floor_amd64.s
|
math: amd64 versions of Ceil, Floor and Trunc
|
2012-06-02 13:06:12 -04:00 |
floor_arm.s
|
|
|
floor.go
|
pkg/math: undo manual inlining of IsInf and IsNaN
|
2012-02-01 16:08:31 +01:00 |
fltasm_amd64.s
|
|
|
frexp_386.s
|
all: match asm variable names to Go func declarations
|
2012-09-21 00:35:56 -04:00 |
frexp_amd64.s
|
|
|
frexp_arm.s
|
|
|
frexp.go
|
pkg/math: undo manual inlining of IsInf and IsNaN
|
2012-02-01 16:08:31 +01:00 |
gamma.go
|
math: make function documentation more regular
|
2012-04-06 14:01:12 -04:00 |
hypot_386.s
|
all: match asm variable names to Go func declarations
|
2012-09-21 00:35:56 -04:00 |
hypot_amd64.s
|
all: match asm variable names to Go func declarations
|
2012-09-21 00:35:56 -04:00 |
hypot_arm.s
|
|
|
hypot.go
|
math: make function documentation more regular
|
2012-04-06 14:01:12 -04:00 |
j0.go
|
pkg/math: undo manual inlining of IsInf and IsNaN
|
2012-02-01 16:08:31 +01:00 |
j1.go
|
pkg/math: undo manual inlining of IsInf and IsNaN
|
2012-02-01 16:08:31 +01:00 |
jn.go
|
pkg/math: undo manual inlining of IsInf and IsNaN
|
2012-02-01 16:08:31 +01:00 |
ldexp_386.s
|
all: match asm variable names to Go func declarations
|
2012-09-21 00:35:56 -04:00 |
ldexp_amd64.s
|
|
|
ldexp_arm.s
|
|
|
ldexp.go
|
pkg/math: undo manual inlining of IsInf and IsNaN
|
2012-02-01 16:08:31 +01:00 |
lgamma.go
|
pkg/math: undo manual inlining of IsInf and IsNaN
|
2012-02-01 16:08:31 +01:00 |
log1p_386.s
|
|
|
log1p_amd64.s
|
|
|
log1p_arm.s
|
|
|
log1p.go
|
pkg/math: undo manual inlining of IsInf and IsNaN
|
2012-02-01 16:08:31 +01:00 |
log10_386.s
|
|
|
log10_amd64.s
|
|
|
log10_arm.s
|
|
|
log10.go
|
math: handle exponent separately in Log2
|
2012-12-20 12:23:27 -05:00 |
log_386.s
|
|
|
log_amd64.s
|
math: update definition of NaN in assembly language files
|
2012-08-09 09:40:05 +10:00 |
log_arm.s
|
|
|
log.go
|
pkg/math: undo manual inlining of IsInf and IsNaN
|
2012-02-01 16:08:31 +01:00 |
logb.go
|
math: make function documentation more regular
|
2012-04-06 14:01:12 -04:00 |
mod_386.s
|
|
|
mod_amd64.s
|
|
|
mod_arm.s
|
|
|
mod.go
|
pkg/math: undo manual inlining of IsInf and IsNaN
|
2012-02-01 16:08:31 +01:00 |
modf_386.s
|
all: match asm variable names to Go func declarations
|
2012-09-21 00:35:56 -04:00 |
modf_amd64.s
|
|
|
modf_arm.s
|
|
|
modf.go
|
|
|
nextafter.go
|
pkg/math: undo manual inlining of IsInf and IsNaN
|
2012-02-01 16:08:31 +01:00 |
pow10.go
|
|
|
pow.go
|
pkg/math: undo manual inlining of IsInf and IsNaN
|
2012-02-01 16:08:31 +01:00 |
remainder_386.s
|
|
|
remainder_amd64.s
|
|
|
remainder_arm.s
|
|
|
remainder.go
|
doc: various "the the" and other typos
|
2012-07-08 11:57:04 +10:00 |
signbit.go
|
|
|
sin_386.s
|
|
|
sin_amd64.s
|
|
|
sin_arm.s
|
|
|
sin.go
|
pkg/math: undo manual inlining of IsInf and IsNaN
|
2012-02-01 16:08:31 +01:00 |
sincos_386.s
|
all: match asm variable names to Go func declarations
|
2012-09-21 00:35:56 -04:00 |
sincos_amd64.s
|
math: update definition of NaN in assembly language files
|
2012-08-09 09:40:05 +10:00 |
sincos_arm.s
|
|
|
sincos.go
|
math: make function documentation more regular
|
2012-04-06 14:01:12 -04:00 |
sinh.go
|
|
|
sqrt_386.s
|
|
|
sqrt_amd64.s
|
|
|
sqrt_arm.s
|
|
|
sqrt.go
|
pkg/math: undo manual inlining of IsInf and IsNaN
|
2012-02-01 16:08:31 +01:00 |
tan_386.s
|
|
|
tan_amd64.s
|
|
|
tan_arm.s
|
|
|
tan.go
|
pkg/math: undo manual inlining of IsInf and IsNaN
|
2012-02-01 16:08:31 +01:00 |
tanh.go
|
math: Faster Tanh
|
2012-09-17 17:18:16 -04:00 |
unsafe.go
|
|
|