Sign in
llvm
/
llvm-project
/
llgo
/
97d4c42914154dcfe4d5ff76d0592d836e77f73a
/
.
/
third_party
/
gofrontend
/
libgo
/
go
/
go
/
internal
/
gccgoimporter
/
testdata
/
complexnums.go
blob: a51b6b01c0be3ac95ea5436aecbead5b69f21cc5 [
file
] [
log
] [
blame
]
package complexnums
const NN = -1 - 1i
const NP = -1 + 1i
const PN = 1 - 1i
const PP = 1 + 1i