* math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): New
[glibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-conj.c
blob8927ea996845ba32de85502032cf0c907eb515ae
1 #include "nldbl-compat.h"
2 #include <complex.h>
4 double _Complex
5 attribute_hidden
6 conjl (double _Complex x)
8 return conj (x);