kdcmult - multiply two double precision complex numbers.
LIBRARY CALL
kdcomplex kdcmult(
kdcomplex a,
kdcomplex b)
INPUT
a - first operand of the kdcomplex
multiply
b - second operand of the dcomplex
multiply
OUTPUT
none
RETURN VALUE
The result of the kdcomplex multiplication.
DESCRIPTION
kdcsub() multiplies two double precision
complex numbers and returns the result. The
two inputs are of type kdcomplex. The typedef
for kdcomplex can be found in $BOOTSTRAP/machine/cdefs.h.
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.