summaryrefslogtreecommitdiff
path: root/test/cmplxdivide.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: make complex division c99 compatibleMartin Möhrmann2017-03-151-17/+9
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-021-1/+1
* test: comment the behavior and use of cmplxdivide*Rob Pike2015-01-151-0/+1
* test: ensure all failing tests exit nonzero.Alan Donovan2013-02-121-0/+3
* test: invoke go command in run.goRuss Cox2012-03-071-1/+1
* renaming_4: gofix -r everything/but/src/pkgRob Pike2011-11-081-7/+7
* more soft float support. passes several basic testsKai Backman2010-07-201-0/+5
* complex divide: match C99 implementationRuss Cox2010-06-181-0/+43