blob: 21d09680aac795b53edc9c652460b73c1c4b1cd8 [file] [log] [blame]
#include "nldbl-compat.h"
double
attribute_hidden
erfcl (double x)
{
return erfc (x);
}