Hello Shawn and others at progsig,
I will do what Shawn suggested in the following way:
void real(float x, float y)
{
// calculate the real part of exp(x + jy)
}
and
void imaginary(float x, float y)
{
// calculate the imaginary part of exp(x + jy)
}
Thank you for all the help.
Regards,
Michael Walters