Black Lives Matter. Support the Equal Justice Initiative.

Source file src/go/internal/gccgoimporter/testdata/complexnums.go

Documentation: go/internal/gccgoimporter/testdata

     1  package complexnums
     2  
     3  const NN = -1 - 1i
     4  const NP = -1 + 1i
     5  const PN = 1 - 1i
     6  const PP = 1 + 1i
     7  

View as plain text