Sign in
go
/
tools
/
d8a2a07971905ff1e4f5a39e245ffca53f7bfaba
/
.
/
go
/
internal
/
gccgoimporter
/
testdata
/
complexnums.go
blob: a51b6b01c0be3ac95ea5436aecbead5b69f21cc5 [
file
]
package complexnums
const NN = -1 - 1i
const NP = -1 + 1i
const PN = 1 - 1i
const PP = 1 + 1i