summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt/nldbl-conj.c
blob: 8927ea996845ba32de85502032cf0c907eb515ae (plain)
1
2
3
4
5
6
7
8
9
#include "nldbl-compat.h"
#include <complex.h>

double _Complex
attribute_hidden
conjl (double _Complex x)
{
  return conj (x);
}