glibc/sysdeps/ieee754/ldbl-opt/nldbl-erf.c

9 lines
89 B
C

#include "nldbl-compat.h"
double
attribute_hidden
erfl (double x)
{
return erf (x);
}