Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-05 | math: doc | Russ Cox | 1 | -1/+1 | |
R=r DELTA=173 (74 added, 14 deleted, 85 changed) OCL=25753 CL=25767 | |||||
2009-01-22 | move math routines from package sys to package math, | Russ Cox | 1 | -5/+5 | |
though they still build in src/runtime. use cgo instead of hand-written wrappers. R=r DELTA=740 (289 added, 300 deleted, 151 changed) OCL=23326 CL=23331 | |||||
2009-01-20 | delete export | Russ Cox | 1 | -1/+1 | |
TBR=r OCL=23121 CL=23127 | |||||
2009-01-16 | casify, cleanup sys | Russ Cox | 1 | -3/+3 | |
R=r OCL=22978 CL=22984 | |||||
2008-11-20 | slightly simpler math.Pow per gri's suggestion | Russ Cox | 1 | -26/+19 | |
R=gri DELTA=28 (2 added, 9 deleted, 17 changed) OCL=19707 CL=19707 | |||||
2008-11-20 | more accurate Log, Exp, Pow. | Russ Cox | 1 | -40/+66 | |
move test.go to alll_test.go. R=r DELTA=1024 (521 added, 425 deleted, 78 changed) OCL=19687 CL=19695 | |||||
2008-11-19 | gotestify & gostylify math. | Russ Cox | 1 | -17/+12 | |
R=r DELTA=682 (275 added, 301 deleted, 106 changed) OCL=19638 CL=19642 | |||||
2008-10-29 | adapt to new compiler types | Russ Cox | 1 | -3/+3 | |
R=r OCL=18024 CL=18024 | |||||
2008-09-11 | fixes for funcs without returns | Rob Pike | 1 | -0/+1 | |
R=ken OCL=15170 CL=15170 | |||||
2008-09-01 | minor bugs | Ken Thompson | 1 | -1/+1 | |
R=r OCL=14702 CL=14702 | |||||
2008-08-04 | - switched most of existing Go code to new export syntax | Robert Griesemer | 1 | -2/+1 | |
- adjusted lang doc R=r DELTA=192 (26 added, 65 deleted, 101 changed) OCL=13844 CL=13848 | |||||
2008-07-19 | init | Ken Thompson | 1 | -3/+0 | |
SVN=128118 | |||||
2008-07-12 | tools to update math lib. | Rob Pike | 1 | -4/+4 | |
you need a hack to 6ar to do this, but it's not checked in yet SVN=126943 | |||||
2008-07-08 | converted double to float64 | Ken Thompson | 1 | -4/+4 | |
SVN=126446 | |||||
2008-07-07 | update to Unicode 5 | Rob Pike | 1 | -2/+2 | |
SVN=126184 | |||||
2008-06-27 | update to new world. still can't use it but it's a lot of editing.... | Rob Pike | 1 | -13/+12 | |
SVN=125218 | |||||
2008-03-28 | SVN=114204 | Ken Thompson | 1 | -0/+70 | |