go/src/pkg/math
Charles L. Dorian c8d2544b26 math: update special-conditions comments to use ± symbol
R=rsc, golang-dev, r
CC=golang-dev
https://golang.org/cl/5445046
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
Makefile 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
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
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.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
asin_386.s
asin_decl.go
asinh.go math: update special-conditions comments to use ± symbol 2011-11-28 13:04:52 -08:00
atan.go math: more special cases for signed zero 2010-04-26 22:44:39 -07:00
atan2.go math: atan2 special cases (negative zero) 2010-04-08 13:24:04 -07: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
atan_386.s
atan_decl.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 math: atan2 special cases (negative zero) 2010-04-08 13:24:04 -07:00
dim.go math: remove the leading F from Fabs etc. 2011-09-29 09:54:20 -07:00
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
erf.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
exp.go math: improve accuracy of Exp2 2010-12-06 16:24:51 -05:00
exp2.go math: improve accuracy of Exp2 2010-12-06 16:24:51 -05:00
exp2_386.s
exp2_decl.go
exp_386.s
exp_amd64.s math: change float64 bias constant from 1022 to 1023 2010-12-15 13:20:52 -05:00
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 math: improve accuracy of Exp2 2010-12-06 16:24:51 -05:00
expm1.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
expm1_386.s
expm1_decl.go
floor.go math: update special-conditions comments to use ± symbol 2011-11-28 13:04:52 -08:00
floor_386.s
floor_decl.go
fltasm_amd64.s gc: new typechecking rules 2010-06-08 18:50:02 -07:00
frexp.go math: handle denormals in Frexp, Ilogb, Ldexp, and Logb 2011-01-19 14:23:59 -05:00
frexp_386.s
frexp_decl.go
gamma.go math: update special-conditions comments to use ± symbol 2011-11-28 13:04:52 -08:00
hypot.go math: faster hypot 2010-03-05 16:45:39 -08:00
hypot_386.s
hypot_amd64.s math: fix amd64 Hypot. 2010-08-06 16:50:48 -07:00
hypot_decl.go
hypot_port.go math: faster hypot 2010-03-05 16:45:39 -08:00
hypot_test.go math: faster hypot 2010-03-05 16:45:39 -08:00
j0.go math: use ** for exponentiation in comments 2010-04-09 14:37:33 -07:00
j1.go math: use ** for exponentiation in comments 2010-04-09 14:37:33 -07:00
jn.go math: remove the leading F from Fabs etc. 2011-09-29 09:54:20 -07:00
ldexp.go math: handle denormals in Frexp, Ilogb, Ldexp, and Logb 2011-01-19 14:23:59 -05:00
ldexp_386.s
ldexp_decl.go
lgamma.go math: faster Lgamma 2011-11-09 15:44:49 -05:00
log.go pkg: spelling tweaks, I-Z 2011-05-30 18:02:59 +10:00
log1p.go math: fix typo in Log1p comments 2011-11-27 18:01:08 -08:00
log1p_386.s
log1p_decl.go
log10.go math: amd64 version of log 2010-07-12 11:30:11 -07:00
log10_386.s math: amd64 version of log 2010-07-12 11:30:11 -07:00
log10_decl.go math: amd64 version of log 2010-07-12 11:30:11 -07:00
log_386.s math: amd64 version of log 2010-07-12 11:30:11 -07:00
log_amd64.s math: amd64 version of log 2010-07-12 11:30:11 -07:00
log_decl.go math: amd64 version of log 2010-07-12 11:30:11 -07:00
logb.go math: handle denormals in Frexp, Ilogb, Ldexp, and Logb 2011-01-19 14:23:59 -05:00
mod.go 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
modf.go math: update special-conditions comments to use ± symbol 2011-11-28 13:04:52 -08:00
modf_386.s
modf_decl.go
nextafter.go
pow.go math: remove the leading F from Fabs etc. 2011-09-29 09:54:20 -07:00
pow10.go math: fix Pow10 loop 2011-08-24 13:59:52 -04:00
remainder.go math: remove the leading F from Fabs etc. 2011-09-29 09:54:20 -07:00
remainder_386.s
remainder_decl.go
signbit.go math: atan2 special cases (negative zero) 2010-04-08 13:24:04 -07:00
sin.go math: Improved accuracy for Sin and Cos. 2011-10-31 14:26:05 -04:00
sin_386.s
sin_decl.go
sincos.go math: update special-conditions comments to use ± symbol 2011-11-28 13:04:52 -08:00
sincos_386.s
sincos_amd64.s math: amd64 version of Sincos 2010-08-26 19:03:58 -04:00
sincos_decl.go
sinh.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
sqrt.go math: signed zero Sqrt special case 2010-05-18 22:16:01 -07:00
sqrt_386.s
sqrt_amd64.s math: amd64 versions of fdim, fmax, fmin 2010-05-18 22:33:50 -07:00
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
tan.go math: improved accuracy for Tan 2011-11-02 14:01:21 -04:00
tan_386.s
tan_decl.go
tanh.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
unsafe.go