summaryrefslogtreecommitdiff
path: root/src/lib/math/exp.go
AgeCommit message (Expand)AuthorFilesLines
2008-11-20more accurate Log, Exp, Pow.Russ Cox1-32/+122
2008-11-19gotestify & gostylify math.Russ Cox1-13/+8
2008-08-04- switched most of existing Go code to new export syntaxRobert Griesemer1-2/+1
2008-07-12tools to update math lib.Rob Pike1-1/+1
2008-07-08converted double to float64Ken Thompson1-9/+9
2008-07-08fix ldexp, frexp, and make math package compile and test correctlyRob Pike1-1/+1
2008-07-07update to Unicode 5Rob Pike1-1/+1
2008-06-27update to new world. still can't use it but it's a lot of editing....Rob Pike1-8/+7
2008-03-28SVN=114204Ken Thompson1-0/+54