summaryrefslogtreecommitdiff
path: root/src/lib/math
AgeCommit message (Expand)AuthorFilesLines
2009-04-16Convert go tree to hierarchical pkg directory:Russ Cox1-11/+15
2009-04-16regenerate Makefiles.Russ Cox1-12/+21
2009-03-05math: docRuss Cox18-110/+170
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-24/+24
2009-02-13convert composite literals from { } to ( ).Russ Cox1-24/+24
2009-01-22fix build - missed this fileRuss Cox1-0/+20
2009-01-22move math routines from package sys to package math,Russ Cox10-38/+52
2009-01-20delete exportRuss Cox18-34/+34
2009-01-16casify, cleanup sysRuss Cox8-19/+19
2009-01-15redo and clean up math.Russ Cox12-180/+168
2009-01-15make safe for new package local defaultsRuss Cox6-77/+84
2008-11-25add author linesRuss Cox2-3/+1
2008-11-20slightly simpler math.Pow per gri's suggestionRuss Cox1-26/+19
2008-11-20more accurate Log, Exp, Pow.Russ Cox6-136/+329
2008-11-19refine gobuild: the files must be *_test.go not *test.goRob Pike1-1/+1
2008-11-19change naming convention for tests fromRob Pike1-1/+1
2008-11-19gotestify & gostylify math.Russ Cox17-200/+385
2008-11-19gobuild: add coverage rule, ignore files in package main.Russ Cox1-0/+4
2008-11-19leave 6.out around after gotest;Russ Cox1-1/+1
2008-11-18gobuild changes.Russ Cox1-19/+27
2008-11-13* 6l:Russ Cox1-3/+9
2008-10-29adapt to new compiler typesRuss Cox3-7/+7
2008-09-19add gobuild.Russ Cox5-304/+52
2008-09-18make Makefiles safe for parallel makeRuss Cox2-0/+7
2008-09-11fixes for funcs without returnsRob Pike2-0/+2
2008-09-05use a makefile to build mathRob Pike3-3/+50
2008-09-04include math in standard buildRob Pike2-0/+16
2008-09-01minor bugsKen Thompson3-4/+6
2008-08-04- switched most of existing Go code to new export syntaxRobert Griesemer16-48/+21
2008-07-19initKen Thompson6-28/+3
2008-07-12tools to update math lib.Rob Pike8-45/+11
2008-07-08converted double to float64Ken Thompson18-145/+141
2008-07-08fix ldexp, frexp, and make math package compile and test correctlyRob Pike5-9/+8
2008-07-08disambiguate typedefs in export blocks of .6 filesRob Pike1-2/+3
2008-07-07update to Unicode 5Rob Pike8-13/+30
2008-06-27update to new world. still can't use it but it's a lot of editing....Rob Pike16-66/+59
2008-05-01Require names for return values for functions with complex return types.Rob Pike1-3/+3
2008-03-28SVN=114204Ken Thompson19-0/+1188