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

double _Complex
attribute_hidden
cprojl (double _Complex x)
{
  return cproj (x);
}