summaryrefslogtreecommitdiff
path: root/src/lib/math/sin.go
AgeCommit message (Collapse)AuthorFilesLines
2009-06-09mv src/lib to src/pkgRob Pike1-65/+0
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102
2009-03-05math: docRuss Cox1-8/+9
R=r DELTA=173 (74 added, 14 deleted, 85 changed) OCL=25753 CL=25767
2009-01-22move math routines from package sys to package math,Russ Cox1-2/+2
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-20delete exportRuss Cox1-2/+2
TBR=r OCL=23121 CL=23127
2009-01-16casify, cleanup sysRuss Cox1-2/+2
R=r OCL=22978 CL=22984
2009-01-15redo and clean up math.Russ Cox1-23/+20
R=r DELTA=243 (60 added, 72 deleted, 111 changed) OCL=22909 CL=22912
2009-01-15make safe for new package local defaultsRuss Cox1-18/+18
R=r DELTA=462 (9 added, 33 deleted, 420 changed) OCL=22879 CL=22885
2008-11-20more accurate Log, Exp, Pow.Russ Cox1-0/+4
move test.go to alll_test.go. R=r DELTA=1024 (521 added, 425 deleted, 78 changed) OCL=19687 CL=19695
2008-11-19gotestify & gostylify math.Russ Cox1-21/+14
R=r DELTA=682 (275 added, 301 deleted, 106 changed) OCL=19638 CL=19642
2008-10-29adapt to new compiler typesRuss Cox1-2/+2
R=r OCL=18024 CL=18024
2008-08-04- switched most of existing Go code to new export syntaxRobert Griesemer1-4/+2
- adjusted lang doc R=r DELTA=192 (26 added, 65 deleted, 101 changed) OCL=13844 CL=13848
2008-07-08converted double to float64Ken Thompson1-6/+6
SVN=126446
2008-06-27update to new world. still can't use it but it's a lot of editing....Rob Pike1-3/+2
SVN=125218
2008-03-28SVN=114204Ken Thompson1-0/+73