1
0
mirror of https://github.com/golang/go synced 2024-10-04 14:41:25 -06:00
go/src/pkg/math
Mike Rosset 8ddd66145e build: clear execute bit from Go files
R=golang-dev, rsc
CC=golang-dev, mike.rosset
https://golang.org/cl/4950062
2011-09-05 07:48:42 -04: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: fix Pow10 loop 2011-08-24 13:59:52 -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 go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
atan2_386.s
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: handle denormals in Frexp, Ilogb, Ldexp, and Logb 2011-01-19 14:23:59 -05:00
cbrt.go
const.go src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
copysign.go
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 math: improve accuracy of Exp2 2010-12-06 16:24:51 -05:00
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
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
fabs_386.s
fabs_amd64.s math: amd64 versions of exp and fabs 2010-06-30 14:44:27 -07:00
fabs_decl.go
fabs.go
fdim_amd64.s math: amd64 versions of fdim, fmax, fmin 2010-05-18 22:33:50 -07:00
fdim_decl.go math: amd64 versions of fdim, fmax, fmin 2010-05-18 22:33:50 -07:00
fdim.go
floor_386.s
floor_decl.go
floor.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
fltasm_amd64.s gc: new typechecking rules 2010-06-08 18:50:02 -07:00
fmod_386.s
fmod_decl.go
fmod.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
frexp_386.s
frexp_decl.go
frexp.go math: handle denormals in Frexp, Ilogb, Ldexp, and Logb 2011-01-19 14:23:59 -05:00
gamma.go delete float, complex - code changes 2011-01-19 23:09:00 -05: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
hypot_test.go
hypot.go
j0.go
j1.go
jn.go delete float, complex - code changes 2011-01-19 23:09:00 -05:00
ldexp_386.s
ldexp_decl.go
ldexp.go math: handle denormals in Frexp, Ilogb, Ldexp, and Logb 2011-01-19 14:23:59 -05:00
lgamma.go delete float, complex - code changes 2011-01-19 23:09:00 -05:00
log1p_386.s
log1p_decl.go
log1p.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -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
log10.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
log.go pkg: spelling tweaks, I-Z 2011-05-30 18:02:59 +10:00
logb.go math: handle denormals in Frexp, Ilogb, Ldexp, and Logb 2011-01-19 14:23:59 -05:00
Makefile math: add sqrt_arm.s and sqrtGoC.go as fallback to soft fp emulation 2011-06-09 17:19:08 -04:00
modf_386.s
modf_decl.go
modf.go math: change float64 bias constant from 1022 to 1023 2010-12-15 13:20:52 -05:00
nextafter.go
pow10.go math: fix Pow10 loop 2011-08-24 13:59:52 -04:00
pow.go delete float, complex - code changes 2011-01-19 23:09:00 -05:00
remainder_386.s
remainder_decl.go
remainder.go
signbit.go
sin_386.s
sin_decl.go
sin.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
sincos_386.s
sincos_amd64.s math: amd64 version of Sincos 2010-08-26 19:03:58 -04:00
sincos_decl.go
sincos.go
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 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
sqrt.go
tan_386.s
tan_decl.go
tan.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
tanh.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
unsafe.go