CONJG is a FORTRAN function that returns the value of a complex number's conjugate. Both the argument and the value returned by the function are COMPLEX. Thus, for example, CONJG((2.0,3.5)) would return (2.0,-3.5).

Log in or register to write something here or to contact authors.