Top: f77 Up: 11 - Intrinsic_Procedures
Previous: 11,17 - CMPLX Next: 11,19 - COS


Section 11,18: CONJG

 CONJG (complex-number)

 A function that returns the complex conjugate of the argument.  If
 the argument is (X,Y), its complex conjugate is (X,-Y).

 +------+---------+----------+------------+-------------+        
 | Args | Generic | Specific |  Argument  | Result Type |
 +------+---------+----------+------------+-------------+
 |   1  |  CONJG  | CONJG    | COMPLEX*8  | COMPLEX*8   |
 |      |         | DCONJG   | COMPLEX*16 | COMPLEX*16  |
 +------+---------+----------+------------+-------------+


Top: f77 Up: 11 - Intrinsic_Procedures
Previous: 11,17 - CMPLX Next: 11,19 - COS