# define TGSOURCE "cexp.c"
#include "nonstd/tgmath.h"
#include <complex.h>
TYPE complex TGFN(cexp)(TYPE complex z)
{
return 0.0;
}
/*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)
*/