# define TGSOURCE "../complex/cexp.c"
#include "_tgmath.h"
#include <complex.h>
TYPE complex TGFN(cexp)(TYPE complex z)
{
return z;
}
/*d
The cexp functions compute the complex base-e exponential of z.
d*/
/*r
The cexp functions compute the complex base-e exponential of z.
r*/
/*
STDC(199901)
LINK(m)
*/