BOOTSTRAP (klibm) functions


LIBRARY ROUTINE

kdcpow - compute the double complex value of a double complex number raised to a double complex power.

LIBRARY CALL

kdcomplex kdcpow(
   kdcomplex x,
   kdcomplex y)

INPUT

OUTPUT

none

RETURN VALUE

The kdcomplex value of a double complex number raised to a double complex power.

DESCRIPTION

kdcpow() returns the double complex value of a double complex number raised to a double complex power.

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/clibm.c

SEE ALSO

klibm(3)

COPYRIGHT

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