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

double
attribute_hidden
erfcl (double x)
{
  return erfc (x);
}