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

double _Complex
attribute_hidden
clogl (double _Complex x)
{
  return clog (x);
}