]> Cypherpunks repositories - gostls13.git/commit
test: comment the behavior and use of cmplxdivide*
authorRob Pike <r@golang.org>
Wed, 14 Jan 2015 23:43:04 +0000 (10:43 +1100)
committerRob Pike <r@golang.org>
Thu, 15 Jan 2015 00:00:06 +0000 (00:00 +0000)
commit3b63b69d2f16be676d4fdc4f4ac697ed92abf523
tree3ed146f6dcb159bddeb62fca4995c37d2b752eff
parent636de7afb61d3afc354949fb6290afd9554dd5a5
test: comment the behavior and use of cmplxdivide*

The various files are confusingly named and their operation
not easy to see. Add a comment to cmplxdivide.c, one of the few
C files that will endure in the repository, to explain how to build
and run the test.

Change-Id: I1fd5c564a14217e1b9815b09bc24cc43c54c096f
Reviewed-on: https://go-review.googlesource.com/2850
Reviewed-by: Russ Cox <rsc@golang.org>
test/cmplxdivide.c
test/cmplxdivide.go