Sign in
go
/
go
/
f6580319e4045e19304eccd8c37cd36a7cfef73b
/
src
/
math
/
pow.go
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago
[Renamed from src/pkg/math/pow.go]
8dd3de4
pkg/math: undo manual inlining of IsInf and IsNaN
by Luuk van Dijk
· 13 years ago
1a13f9b
math: remove the leading F from Fabs etc.
by Rob Pike
· 13 years ago
f2b5a07
delete float, complex - code changes
by Russ Cox
· 14 years ago
3d4c97b
math: Pow special cases (signed zero, IEEE 754-2008)
by Charles L. Dorian
· 15 years ago
3c3e68b
math: use ** for exponentiation in comments
by Charles L. Dorian
· 15 years ago
d5bcf7b
math: special cases for Pow
by Charles L. Dorian
· 15 years ago
a3d1045
1) Change default gofmt default settings for
by Robert Griesemer
· 15 years ago
3bb0032
- replaced gofmt expression formatting algorithm with
by Robert Griesemer
· 15 years ago
40621d5
remove semis after statements in one-statement statement lists
by Robert Griesemer
· 15 years ago
2c5ec1e
apply gofmt to malloc math once os
by Russ Cox
· 15 years ago
3b864e4
convert low-level (used by testing) packages to
by Russ Cox
· 16 years ago
d90e7cb
mv src/lib to src/pkg
by Rob Pike
· 16 years ago
[Renamed from src/lib/math/pow.go]
dfc3910
math: doc
by Russ Cox
· 16 years ago
1f8a40d
move math routines from package sys to package math,
by Russ Cox
· 16 years ago
839a684
delete export
by Russ Cox
· 16 years ago
3609624
casify, cleanup sys
by Russ Cox
· 16 years ago
2e7e760
slightly simpler math.Pow per gri's suggestion
by Russ Cox
· 16 years ago
f379ea0
more accurate Log, Exp, Pow. move test.go to alll_test.go.
by Russ Cox
· 16 years ago
88daac7
gotestify & gostylify math.
by Russ Cox
· 16 years ago
bc67ea4
adapt to new compiler types
by Russ Cox
· 16 years ago
d6f15be
fixes for funcs without returns
by Rob Pike
· 17 years ago
a7f1af8
minor bugs
by Ken Thompson
· 17 years ago
2f4352a
- switched most of existing Go code to new export syntax - adjusted lang doc
by Robert Griesemer
· 17 years ago
c92aff2
init
by Ken Thompson
· 17 years ago
439b0c4
tools to update math lib.
by Rob Pike
· 17 years ago
77e20e8
converted double to float64
by Ken Thompson
· 17 years ago
5b904a3
update to Unicode 5
by Rob Pike
· 17 years ago
4331293
update to new world. still can't use it but it's a lot of editing....
by Rob Pike
· 17 years ago
2181098
SVN=114204
by Ken Thompson
· 17 years ago