complex Z, W or complex :: Z, WA Fortran complex variable is (and is stored as) a pair of real (single precision floating point) variables (the real and the imaginary part, of course). For example, to declare and initialize the complex constant we use
complex, parameter :: Z=(2.0,3.0)