*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> f90/conjg (3)              
Title
Content
Arch
Section
 

Contents


CONJG(3F)							     CONJG(3F)


NAME    [Toc]    [Back]

     conjg, dconjg, qconjg - FORTRAN complex conjugate intrinsic function

SYNOPSIS    [Toc]    [Back]

     complex cx1, cx2
     double complex dx1, dx2
     complex*32	qx1, qx2

     cx2 = conjg(cx1)

     dx2 = dconjg(dx1)

     qx2 = qconjg(qx1)

DESCRIPTION    [Toc]    [Back]

     conjg returns the complex conjugate of its	complex	argument.  dconjg
     returns the double-complex	conjugate of its double-complex	argument.
     qconjg returns the	complex*32 conjugate of	its complex*32 argument.





































									Page 1



CONJG(3M)					       Last changed: 1-6-98

NAME    [Toc]    [Back]

     CONJG - Computes conjugate	of a complex number

SYNOPSIS    [Toc]    [Back]

     CONJG ([Z=]z])

IMPLEMENTATION    [Toc]    [Back]

     UNICOS and	UNICOS/mk systems

STANDARDS    [Toc]    [Back]

     Fortran 90

DESCRIPTION    [Toc]    [Back]

     CONJG returns the complex conjugate of a complex number.  CONJG is	an
     elemental function	for the	CF90 compiler.

     This function evaluates y = x  - ix .
				  r	i
   Argument Range					2450
     |x	|, |x |	< infinity (infinity is	approximately 10    )
       r     i
						       308
     On	UNICOS/mk systems, infinity is approximately 10

NOTES    [Toc]    [Back]

     The name of this intrinsic	can be passed as an argument.

EXAMPLES    [Toc]    [Back]

     The following program gives RESULT=(3.0,-4.0):

	  PROGRAM CONTEST
	  COMPLEX ARG, RESULT
	  ARG=(3.0,4.0)
	  RESULT=CONJG(ARG)
	  PRINT	*,RESULT
	  STOP
	  END

SEE ALSO    [Toc]    [Back]

      
      
     Intrinsic Procedures Reference Manual, publication	SR-2138, for the
     printed version of	this man page.

CONJG(3M)					       Last changed: 1-6-98

NAME    [Toc]    [Back]

     CONJG - Computes conjugate	of a complex number

SYNOPSIS    [Toc]    [Back]

     CONJG ([Z=]z])

IMPLEMENTATION    [Toc]    [Back]

     UNICOS and	UNICOS/mk systems

STANDARDS    [Toc]    [Back]

     Fortran 90

DESCRIPTION    [Toc]    [Back]

     CONJG returns the complex conjugate of a complex number.  CONJG is	an
     elemental function	for the	CF90 compiler.

     This function evaluates y = x  - ix .
				  r	i
   Argument Range					2450
     |x	|, |x |	< infinity (infinity is	approximately 10    )
       r     i
						       308
     On	UNICOS/mk systems, infinity is approximately 10

NOTES    [Toc]    [Back]

     The name of this intrinsic	can be passed as an argument.

EXAMPLES    [Toc]    [Back]

     The following program gives RESULT=(3.0,-4.0):

	  PROGRAM CONTEST
	  COMPLEX ARG, RESULT
	  ARG=(3.0,4.0)
	  RESULT=CONJG(ARG)
	  PRINT	*,RESULT
	  STOP
	  END

SEE ALSO    [Toc]    [Back]

      
      
     Intrinsic Procedures Reference Manual, publication	SR-2138, for the
     printed version of	this man page.

[ Back ]
 Similar pages
Name OS Title
aint IRIX FORTRAN integer part intrinsic function
sign IRIX FORTRAN transfer-of-sign intrinsic function
alog IRIX FORTRAN natural logarithm intrinsic function
mod IRIX FORTRAN remaindering intrinsic functions
strcmp IRIX FORTRAN string comparison intrinsic functions
lge IRIX FORTRAN string comparison intrinsic functions
dim IRIX FORTRAN positive difference intrinsic functions
clacgv IRIX conjugate a complex vector of length N
zlacgv IRIX conjugate a complex vector of length N
models IRIX Describes mathematical representation models for CF90 and MIPSpro 7 Fortran 90 compiler intrinsic procedures
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service