Sign in
◑
Theme
go
/
tools
/
c00c94de7f36c70ad12f5c98c3226108f451ff18
/
.
/
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