2.9
[glibc/nacl-glibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-erfc.c
blob21d09680aac795b53edc9c652460b73c1c4b1cd8
1 #include "nldbl-compat.h"
3 double
4 attribute_hidden
5 erfcl (double x)
7 return erfc (x);