1
0
mirror of https://github.com/golang/go synced 2024-10-01 04:18:33 -06:00
go/container/intsets
Alan Donovan 65906ce503 go.tools/container/intsets: support negative elements in BitString().
(I forgot about this when we added support for negative elements generally.)

We use floating point for negative numbers.  The order of the
output is reversed from the previous (little-endian) behaviour
since it makes for more readable floating point.

LGTM=gri
R=gri
CC=golang-codereviews
https://golang.org/cl/95570043
2014-05-20 14:52:50 -04:00
..
sparse_test.go go.tools/container/intsets: support negative elements in BitString(). 2014-05-20 14:52:50 -04:00
sparse.go go.tools/container/intsets: support negative elements in BitString(). 2014-05-20 14:52:50 -04:00
util_test.go go.tools/container/intsets: fix compile error on 32-bit platforms. 2014-05-15 14:03:05 -04:00
util.go go.tools/container/intsets: fix compile error on 32-bit platforms. 2014-05-15 14:03:05 -04:00