Sign in
go
/
tools
/
735e963e909bb1fd18066dd1a3feeb7dc0be8c83
/
.
/
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