Recent content by gelbehahn

  1. G

    Fortran Definition of a complex variable in Fortran 77

    Ou yeah, the second option is the one I was trying to find. So easy! Thanks a lot!
  2. G

    Fortran Definition of a complex variable in Fortran 77

    Hello, I'm making now a simple program (in Fortran 77) to find the roots of the quadratic function. When the discriminant is negative, imaginary numbers are to be used and the solution of the function is a complex number. I'd like to define a complex variable so that: complex x...
Back
Top