VMS Help
CRTL, cexp
*Conan The Librarian
|
Returns the complex exponent of its argument.
This function is supported on OpenVMS Integrity servers and
Alpha only.
Format
#include <complex.h>
double complex cexp (double complex z);
float complex cexpf (float complex z);
long double complex cexpl (long double complex z);
z
A complex value.
The cexp functions compute the complex exponential value of
z, defined as e**z, where e is the constant used as a base for
natural logarithms.
x The complex exponential value of the argument.