about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-opt/nldbl-cexp.c
blob: f1837afc285742609510616f42a06d27549db6e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
#include "nldbl-compat.h"
#include <complex.h>

double _Complex
attribute_hidden
cexpl (double _Complex x)
{
  return cexp (x);
}