BOOTSTRAP (klibm) functions


LIBRARY ROUTINE

kdcconj - compute the conjugate of a double precision complex number.

LIBRARY CALL

kdcomplex kdcconj(
   kdcomplex a)

INPUT

OUTPUT

none

RETURN VALUE

The kdcomplex conjugate of the input argument.

DESCRIPTION

kdcconj() conjugates the double precision complex input argument.

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

This function returns a structure, not a pointer to a structure. This is allowed in ANSI C. However, if you are using an older C compiler that is not fully ANSI compliant, you may have problems.

MODIFICATION

none

FILES

$BOOTSTRAP/objects/library/klibm/src/complex.c

SEE ALSO

klibm(3)

COPYRIGHT

Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.