hjl / source-git / glibc

Forked from source-git/glibc 3 years ago
Clone

Blame sysdeps/ieee754/ldbl-opt/nldbl-cexp.c

Packit 6c4009
#include "nldbl-compat.h"
Packit 6c4009
#include <complex.h>
Packit 6c4009
Packit 6c4009
double _Complex
Packit 6c4009
attribute_hidden
Packit 6c4009
cexpl (double _Complex x)
Packit 6c4009
{
Packit 6c4009
  return cexp (x);
Packit 6c4009
}