summaryrefslogtreecommitdiff
path: root/src/lib/math/pow.go
AgeCommit message (Expand)AuthorFilesLines
2009-06-09mv src/lib to src/pkgRob Pike1-80/+0
2009-03-05math: docRuss Cox1-1/+1
2009-01-22move math routines from package sys to package math,Russ Cox1-5/+5
2009-01-20delete exportRuss Cox1-1/+1
2009-01-16casify, cleanup sysRuss Cox1-3/+3
2008-11-20slightly simpler math.Pow per gri's suggestionRuss Cox1-26/+19
2008-11-20more accurate Log, Exp, Pow.Russ Cox1-40/+66
2008-11-19gotestify & gostylify math.Russ Cox1-17/+12
2008-10-29adapt to new compiler typesRuss Cox1-3/+3
2008-09-11fixes for funcs without returnsRob Pike1-0/+1
2008-09-01minor bugsKen Thompson1-1/+1
2008-08-04- switched most of existing Go code to new export syntaxRobert Griesemer1-2/+1
2008-07-19initKen Thompson1-3/+0
2008-07-12tools to update math lib.Rob Pike1-4/+4
2008-07-08converted double to float64Ken Thompson1-4/+4
2008-07-07update to Unicode 5Rob Pike1-2/+2
2008-06-27update to new world. still can't use it but it's a lot of editing....Rob Pike1-13/+12
2008-03-28SVN=114204Ken Thompson1-0/+70