]> Cypherpunks.ru repositories - gostls13.git/commit
complex divide: match C99 implementation
authorRuss Cox <rsc@golang.org>
Fri, 18 Jun 2010 22:46:00 +0000 (15:46 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 18 Jun 2010 22:46:00 +0000 (15:46 -0700)
commit21ff75bc0efc34675775168ccae118cd286f904c
tree40872ae2605d1035840d074ff7d6c1418b9113c4
parent99b23a1e5bba7c02184e7875789e25bac21e153b
complex divide: match C99 implementation

R=iant, ken2, r, r2, ken3
CC=golang-dev
https://golang.org/cl/1686044
src/pkg/runtime/complex.c
test/cmplxdivide.c [new file with mode: 0644]
test/cmplxdivide.go [new file with mode: 0644]
test/cmplxdivide1.go [new file with mode: 0644]
test/golden.out
test/recover2.go
test/zerodivide.go