2019-07-16 19:54:14 -04:00

8 lines
105 B
C

#include "complex_impl.h"
//FIXME
long double complex cexpl(long double complex z)
{
return cexp(z);
}